How to install Litecoin
Solution 1:
You don't need to install it to use it. If you are looking for ways to find it easily,
- add it to the Unity side bar
- Right click between the Ubuntu icon and the Applications menu at the top panel, select
Edit Menus
. AddLiteCoin
as one of the entries.
Please see the sample below
Solution 2:
I know this is over 4 years old, however, I am replying so that people who google this issue will come across the answer. OK, so:
wget https://download.litecoin.org/litecoin-0.14.2/linux/litecoin-0.14.2-x86_64-linux-gnu.tar.gz
cd ~ # (or your download directory for wget) (~ is your home directory)
tar -xvfz litecoin-0.14.2-x86_64-linux-gnu.tar.gz
sudo install -m 0755 -o root -g root -t /usr/local/bin litecoin-0.14.2/bin/*
litecoind -daemon
Litecoin server starting
litecoin-cli getmininginfo
Allow it to sync.
litecoin-cli stop