Score:0

Install issue using Gdebi

it flag

Trying to install a .deb file returns the following error:

This package is unsnstallable Dependency is not satifiable: python (>= 2.6)

The package I am trying to RE-install (a local bitcoin wallet) has been running OK for several years but only used intermittently. I noticed it had stopped working about 6 months ago but have only just gotten around to trying to fix it. My assumption is that it relates to an Ubuntu update since the OS is updated autmatically.

Ubuntu version 20.04.3 The .deb file is from The authors site. It is no longer maintained. I need to get it running because the wallet contains a bitcoin balance and there is no other way of retrieving it - at least I don't think there is. after downloading the .deb file, the command line that returns the error is: Sudo gebi /path to file

Any suggestions

Gunnar Hjalmarsson avatar
uz flag
Please edit your question and tell us which Ubuntu version you are on. Also, are you trying to install a local copy of an old .deb file? Don't. This is what you should do: `sudo apt install gdebi`
karel avatar
sa flag
Does this answer your question? [How to download a software package with all dependencies and sub-dependencies?](https://askubuntu.com/questions/1033682/how-to-download-a-software-package-with-all-dependencies-and-sub-dependencies)
us flag
You will have to edit the dependencies of .deb file to expect `python2` instead of `python`.
us flag
@karel The question in that link does not answer this particular question. Right now, there is no `python` in Ubuntu repositories. The package probably expects `python2`
karel avatar
sa flag
@ArchismanPanigrahi Regarding your comment I downloaded the .deb file in the question and tried to install it. The .deb file that I downloaded didn't complain about my python2, so you were right there, however I got an `unmet dependencies: armory : Depends: python-qt4 but it is not installable Depends: python-twisted but it is not installable` error message, so you were wrong there. It is in fact a duplicate of the linked question.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.