Author

Topic: Upgrading client help needed with debian (Read 872 times)

legendary
Activity: 4466
Merit: 3090
Vile Vixen and Miss Bitcointalk 2021-2023
July 08, 2014, 11:18:01 PM
#9
In the bin/32 folder that I extracted I have bitcoin-qt but, "There is no application installed for shared library files."  In my previous client version (8.6) there was an executable bitcoin-qt file.
If you check the file permissions, you will see that it is an executable file, not a shared library. Apparently some file managers don't actually check the file permissions to determine whether a file is an executable or not. It should run normally from the command line or a desktop shortcut.
newbie
Activity: 46
Merit: 0
Thanks everyone.  Looks like the PPA route did not work on my Debian machine.

Quote
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.nllR6M7tyP --trustdb-name /etc/apt//trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-stable.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-stable.gpg --keyserver hkp://keyserver.ubuntu.com:80/ --recv C70EF1F0305A1ADB9986DBD8D46F45428842CE5E
gpg: requesting key 8842CE5E from hkp server keyserver.ubuntu.com
gpg: key 8842CE5E: "Launchpad PPA for Bitcoin" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
root@debian:/home/cambodia#

In the bin/32 folder that I extracted I have bitcoin-qt but, "There is no application installed for shared library files."  In my previous client version (8.6) there was an executable bitcoin-qt file.

Appreciate the help, I am a recovering Windows user.
sr. member
Activity: 266
Merit: 250
If none of the suggested methods above work, you could always back up wallet, uninstall, and install the latest version. That would be my first approach if I didn't know how to update via repo.
hero member
Activity: 533
Merit: 500
^Bitcoin Library of Congress.
AFAIK, PPAs don't work on Debian without some extra work, which may or may not be worth it.
GTK, thank you.
hero member
Activity: 508
Merit: 500
Techwolf on #bitcoin and Reddit
I'm upgrading from Bitcoin-qt 8.6, which runs fine as an executable on my Debian box.

I've extracted 0.9.2.1 to a different folder, which contains no executable.

Can someone please tell me the next step?

Thanks.


Check the bin/32 or bin/64 folder, depending on your computer architecture (32-bit vs. 64-bit).

Add the Bitcoin Ubuntu PPA repository in your Ubuntu
Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
Update package lists
Code:
sudo apt-get update
Install bitcoin-qt
Code:
sudo apt-get install bitcoin-qt

Just copy and past the code into terminal and you should have the latest version of bitcoin-qt.

If you prefer not to use a PPA you can download the latest linux client from here:http://bitcoin.org/en/download.  Just decompress the .tgz file and you've got the latest version of bitcoin-qt.*
*Edited to make relevant.

AFAIK, PPAs don't work on Debian without some extra work, which may or may not be worth it.
hero member
Activity: 533
Merit: 500
^Bitcoin Library of Congress.
Add the Bitcoin Ubuntu PPA repository in your Ubuntu
Code:
sudo add-apt-repository ppa:bitcoin/bitcoin
Update package lists
Code:
sudo apt-get update
Install bitcoin-qt
Code:
sudo apt-get install bitcoin-qt

Just copy and past the code into terminal and you should have the latest version of bitcoin-qt.

If you prefer not to use a PPA you can download the latest linux client from here:http://bitcoin.org/en/download.  Just decompress the .tgz file and you've got the latest version of bitcoin-qt.*
*Edited to make relevant.
newbie
Activity: 46
Merit: 0
Quote
root@debian:/home/cambodia# sudo apt-get install bitcoin
Reading package lists... Done
Building dependency tree       
Reading state information... Done
W: Duplicate sources.list entry http://download.opensuse.org/repositories/home:/p_conrad:/coins/Debian_7.0/  Packages (/var/lib/apt/lists/download.opensuse.org_repositories_home:_p%5fconrad:_coins_Debian%5f7.0_Packages)
W: You may want to run apt-get update to correct these problems
E: Unable to locate package bitcoin

Thank you.  I've run sudo apt-get update.  I get the above when attempting to install bitcoin core.  Any suggestions?
sr. member
Activity: 280
Merit: 250
I'm upgrading from Bitcoin-qt 8.6, which runs fine as an executable on my Debian box.

I've extracted 0.9.2.1 to a different folder, which contains no executable.

Can someone please tell me the next step?

Thanks.


sudo apt-get update
sudo apt-get install bitcoin

newbie
Activity: 46
Merit: 0
I'm upgrading from Bitcoin-qt 8.6, which runs fine as an executable on my Debian box.

I've extracted 0.9.2.1 to a different folder, which contains no executable.

Can someone please tell me the next step?

Thanks.
Jump to: