Google Chrome 45 for Linux Ubuntu has been released. Install Chrome web browser on Ubuntu 15.04, Ubuntu 14.04 and Debian Systems. Chrome 45 (45.0.2454.85) is the latest stable version released. Chrome 45.0.2454.85 contains a number of fixes and improvements. This update includes 29 security fixes.
Google Chrome is one of the most popular web browsers available in the market. One of the amazing features of Chrome Web Browser is its ability to search and navigate from the same box. It gives quick results to choose from that appear as you type, including your recent searches and visited websites.
Install Chrome Web Browser Ubuntu
Google Chrome can be installed via PPA on Ubuntu Systems. Open Terminal and run the following commands to install Chrome Web Browser on Ubuntu and derivative systems:
$ sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install google-chrome-stable
Please note that the same set of commands are to be used for both 32 both and 64 bit systems. Once installed, you can open the Chrome web browser from Ubuntu Dash.
If you aren’t happy with the Chrome and wish to uninstall or remove it, run the following command:
$ sudo apt-get remove google-chrome-stable