Google chrome installation in ubuntu 14.4 by terminal command
1-> wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
2->
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
3->
sudo apt-get update
4-> sudo apt-get install google-chrome-stable
Comments
Post a Comment