Hey Guys,
A lot of us love to use Google Chrome as our default browser. However Ubuntu users face problem as it does not have Chrome installed by default and Chrome is not readily available in Ubuntu Software Center. So here is a way you can install Google Chrome on Ubuntu machine.
Steps-
1. Download Google Chrome from this link. Save the download file in ~/Downloads/ directory.
2. Open Terminal by pressing Alt+Ctrl+T.
3. Enter following command to go to Downloads directory
cd ~/Downloads/
3. Once you are in Downloads directory enter following command in command line.
sudo dpkg -i google-chrome-stable_current_i386.deb
This will install Google Chrome on your machine.
To launch press Alt+F2 and enter Google Chrome. Click on the Google Chrome icon that appears and it will Launch. :)
A lot of us love to use Google Chrome as our default browser. However Ubuntu users face problem as it does not have Chrome installed by default and Chrome is not readily available in Ubuntu Software Center. So here is a way you can install Google Chrome on Ubuntu machine.
Steps-
1. Download Google Chrome from this link. Save the download file in ~/Downloads/ directory.
2. Open Terminal by pressing Alt+Ctrl+T.
3. Enter following command to go to Downloads directory
cd ~/Downloads/
3. Once you are in Downloads directory enter following command in command line.
sudo dpkg -i google-chrome-stable_current_i386.deb
This will install Google Chrome on your machine.
To launch press Alt+F2 and enter Google Chrome. Click on the Google Chrome icon that appears and it will Launch. :)
No comments:
Post a Comment