Google chrome is one of the best and popular browser . By default firefox is installed on ubuntu 13.04 , In this article we can see about installing chrome .
Google chrome installation on ubuntu 13.04 is very easy . just you need to issue the below three commands.
Install chrome on ubuntu 13.04
Step 1 : Issue the below command to add the google chrome repositoryroot@howtolinux-virtual-machine:~#
echo "deb http://dl.google.com/linux/chrome/deb/ stable main" | sudo
tee /etc/apt/sources.list.d/google-chrome.list
Step 2 : Download and add the key file
root@howtolinux-virtual-machine:~#
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Step 3 : Update the repository and install google chrome along with dependencies
root@howtolinux-virtual-machine:~#
sudo apt-get update && sudo apt-get install google-chrome-stable
0 comments:
Post a Comment