sudo apt-get install software-properties-common
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install ethereum
which geth
would display path of installation on successful installation.
cd /var
sudo mkdir smartwallet
cd smartwallet
sudo chmod 777 ./
git clone https://github.com/santhosh-ktec/blockchain.git