Hello Linux Geeksters. As you may know, the Google developers have announced that the future Chrome and Chromium versions will replace the GTK+ libraries with Aura, in order to provide to make Chrome and Chromium have the same characteristics on both Linux and Windows simultaneously.
In order to get Google Chrome with Aura, install Google Chrome Unstable, from the official Google Repository:
$ 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
Leave a Reply