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,

  1. add it to the Unity side bar
  2. Right click between the Ubuntu icon and the Applications menu at the top panel, select Edit Menus. Add LiteCoin as one of the entries.

Please see the sample below

enter image description here

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