As we all of us know that Chrome is the modern Web Browser from Google, which allows end users to surf Internet fast and safe and it also allows to install aaps, extensions and themes.
This article will demonstrate how to install Google chrome on Ubuntu 15.04
Step:1 Download Google Chrome Debian Package.
Open the Terminal & type below commands.
For 64-bit Machine :
nextstep4it@Linux-world:~$ cd Downloads/ nextstep4it@Linux-world:~/Downloads$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
For 32-bit Machine :
nextstep4it@Linux-world:~$ cd Downloads/ nextstep4it@Linux-world:~/Downloads$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
Alternate way to download latest version of Chrome for Ubuntu linux.
Visit the url “https://www.google.com/chrome/” and download the Debian package as per system architecture.
Step:2 Install Chrome Debian Package using dpkg command.
As i am using 64-bit machine , so i will install 64-bit Debian package
nextstep4it@Linux-world:~/Downloads$ sudo dpkg -i google-chrome-stable_current_amd64.deb
In case if you are facing other’s package dependency issue while installation as shown below :
Run the below command to resolve dependency issue and to complete the chrome installation.
nextstep4it@Linux-world:~/Downloads$ sudo apt-get install -f
Step:3 Access Google Chrome.
Click on Google Chrome…
Check Google Chrome Version