Mintcoin 1.7 for Ubuntu is available! To upgrade existing installation:
or new installation:
sudo add-apt-repository ppa:keremhd/mintcoin-unofficial
sudo apt-get update
sudo apt-get install mintcoind mintcoin-qt
I get this message on a kde64 platform
W: Failed to fetch http://ppa.launchpad.net/keremhd/mintcoin-unofficial/ubuntu/dists/raring/main/source/Sources 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/keremhd/mintcoin-unofficial/ubuntu/dists/raring/main/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/keremhd/mintcoin-unofficial/ubuntu/dists/raring/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
user@platform:~$ sudo apt-get install mintcoind mintcoin-qt
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mintcoind
E: Unable to locate package mintcoin-qt
any ideas?
I think you're using Ubuntu Raring. Service life of Raring is over, so launchpad doesn't allow me to upload packages for it.
If you apply these steps (2 & 3), it was reported to work :
For RARING (13.04) :
If you need to install for Raring (13.04), you can use Quantal files, it should work.
1. sudo add-apt-repository ppa:keremhd/mintcoin-unofficial
2. gksudo gedit /etc/apt/sources.list.d/keremhd-mintcoin-unofficial-raring.list
3. Replace "raring" with "quantal"
4. sudo apt-get update
5. sudo apt-get install mintcoin-qt mintcoind