Quantcast
Channel: LinuxG.net
Viewing all articles
Browse latest Browse all 2249

How To Install Google Chrome 35 Beta On The Most Popular Linux Systems

$
0
0

Hello Linux Geeksters. As you may know, Google Chrome 35 Beta has been recently released, coming with a few fixes only. For information about this release, see the official announcement.

how to install Google Chrome 35 Beta on Ubuntu, Linux Mint, Elementary OS, Debian, Bodhi Linux, Crunchbang, Pinguy OS, Fedora, CentOS, OpenSUSE, Mageia and OpenMandriva.

In this article I will show you how to install Google Chrome 35 Beta on Ubuntu, Linux Mint, Elementary OS, Debian, Bodhi Linux, Crunchbang, Pinguy OS, Fedora, CentOS, OpenSUSE, Mageia and OpenMandriva.

Follow the instructions for your system and architecture exactly, in order to get a successful installation.

How to install Google Chrome Beta 35 on Ubuntu, Linux Mint, Elementary OS, Bodhi Linux, Debian, Crunchbang, Pinguy OS

Instructions for 32 bit systems:

$ sudo apt-get install gdebi
$ wget dl.google.com/linux/direct/google-chrome-beta_current_i386.deb
$ sudo gdebi google-chrome-beta_current_i386.deb

Instructions for 64 bit systems:

$ sudo apt-get install gdebi
$ wget dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
$ sudo gdebi google-chrome-beta_current_amd64.deb

Optional, to remove Google Chrome Beta 35 on Ubuntu, Linux Mint, Elementary OS, Debian, Bodhi Linux, Pinguy OS and Crunchbang, do:

$ sudo apt-get remove google-chrome-beta

How to install Google Chrome Beta 35 on Fedora, CentOS, OpenSUSE, Mageia and OpenMandriva:

Instructions for 32 bit systems:

$ wget dl.google.com/linux/direct/google-chrome-beta_current_i386.rpm
$ sudo rpm -i google-chrome-beta_current_i386.rpm

Instructions for 64 bit systems:

$ wget dl.google.com/linux/direct/google-chrome-beta_current_x86_64.rpm
$ sudo rpm -i google-chrome-beta_current_x86_64.rpm

Optional, to remove Google Chrome Beta 35 on Fedora and CentOS, do:

$ sudo yum remove google-chrome-beta

Optional, to remove Google Chrome Beta 35 on OpenSUSE, do:

$ sudo zypper remove google-chrome-beta

Optional, to remove Google Chrome Beta 35 on Mageia and OpenMandriva, do:

$ sudo urmpe google-chrome-beta

Share and Enjoy

TwitterFacebookGoogle PlusEmailRSS

Viewing all articles
Browse latest Browse all 2249

Trending Articles