How To Install Google Chrome 32 (Unstable) On Ubuntu, Linux Mint, Debian, Elementary OS And Pear OS

Hello Linux Geeksters. As you may know, Google Chrome 32 has been released a while ago. Among others, the platform check in the RootWindowController header has been fixed, it comes with support for mapping IPv4 addresses to IPv6 and a memory pressure script has been added. For more information, see the announcement from the official blog.

Watch Free Movies

how to install Google Chrome 32 (unstable for now) on Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Debian Jessie, Debian Sid, Debian Wheezy, Elementary OS 0.2 Luna and Pear OS 8.

In this article I will show you how to install Google Chrome 32 (unstable for now) on Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Debian Jessie, Debian Sid, Debian Wheezy, Elementary OS 0.2 Luna and Pear OS 8.

Since it is available via the Google Repository, installing Google Chrome 32 on Ubuntu, Linux Mint, Elementary OS and Pear OS is easy. All you have to do is add the Google repository and its key to your system, update the local repository index and install the google-unchrome-stable package. Like this:

$ 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-unstable

Scroll to Top