Post
Topic
Board Development & Technical Discussion
Topic OP
Help wanted to test Bitcoin ppa
by
graingert
on 31/10/2011, 16:13:24 UTC
New bitcoin ppa is available at https://launchpad.net/%7Ebitcoin/+archive/bitcoin

Currently contains bitcoin-qt and bitcoind at 0.5.0 RC1 but will eventually become the stable channel for bitcoin updates once 0.5.0 is released.

Backup wallet
to install:

Backup wallet
remove stretch's ppa if you have it
Code:
sudo ppa-purge ppa:stretch/bitcoin
add new repository
Code:
sudo apt-add-repository ppa:bitcoin/bitcoin
update repo listings and install
Code:
sudo apt-get update && sudo apt-get install bitcoin-qt