We can install the Google Chrome browser on your Ubuntu operating system in few steps,
before you begin the installation, need to install one of the following packages first, whether 32 bit or 64 bit versions
I have chosen the 32-bit version of Google Chrome, use the link below.
# wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
For 64-bit version can be download from this link.
# wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Install that package using dpkg command
# sudo dpkg -i google-chrome*; sudo apt-get -f install
Google Chrome Installation:
Download the Chrome package from the url:
Click on “Download Chrome“ button,
Choose your operation system with 32 bit or 64 bit,
Click on “Accept and Install” button,
Download a chrome package on your system:
Open your terminal and run that package
By default downloads files saved under user Download directory
# cd /home/linuxfaq/Downloads
# ls
google-chrome-stable_current_i386.deb
# sudo dpkg –I google-chrome-stable_current_i386.deb
# ls
google-chrome-stable_current_i386.deb
# sudo dpkg –I google-chrome-stable_current_i386.deb
Once installation has been completed can Open the Chrome Browser:
Click on Windows Key on the desktop screen will be shown like below with search box enter “chrome”.
Now, enjoy with Google Chrome browser.
You can also take a bookmarks backup and restore into your chrome browser.
Comments (0)