Hello Linux Geeksters. As you may know, Google Chrome 39 has been recently released, coming with a bunch of changes for all the platforms. Among others, it comes with support for new apps and extensions APIs, a bunch of stability changes and 42 security fixes.
In this article I will show you how to install Google Chrome 39 Stable on Mageia, OpenMandriva and ROSA Desktop.
Because it is available via repository, installing Google Chrome 39 is easy. All you have to do is add the repository to your system, get the key and install the google-chrome-stable package.
How to install Chrome 39 Unstable on Mageia and OpenMandriva systems:
Instructions for 32 bit systems:
$ sudo rpm --import https://dl-ssl.google.com/linux/linux_signing_key.pub
$ sudo urpmi.addmedia --update chrome_i386 http://dl.google.com/linux/chrome/rpm/stable/i386
$ sudo urpmi google-chrome-stable
Instructions for 64 bit systems:
$ sudo rpm --import https://dl-ssl.google.com/linux/linux_signing_key.pub
$ sudo urpmi.addmedia --update chrome_x86_64 http://dl.google.com/linux/chrome/rpm/stable/x86_64
$ sudo urpmi google-chrome-stable
Optional, to remove Chrome 38 stable, from both 32 bit and 64 bit systems, do:
$ sudo urpme google-chrome-stable