How to Install Chrom (Ubuntu 14.04)


wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
sudo apt-get update
sudo apt-get install google-chrome-stable

sudo apt-get install google-chrome-stable



uninstall chrom


sudo apt-get purge google-chrome-stable
$ rm ~/.config/google-chrome/ -rf

Popular posts from this blog

Setup DHCP Server on Linux

How to install and configure ApacheTomcat and Integrate with apache2 on Linux (Ubuntu 14.04)

How to set Java Path if you want to put your java any directory in linux Computer