09.6
12

Installing the latest version of Chromium in Ubuntu 12.04

by admin ·

For users of Ubuntu 12.04 Chromium browser updates stopped appearing since the 18 version, but now, thanks to the developer Alex Shkop, latest builds are available again in two specially prepared PPA .

Chromium is one of the repositories used to install the latest stable version (currently 21), and the other versions are under development (currently 23).

Installing Chromium in Ubuntu 12.04

PPA with the stable version of Chromium:

sudo add-apt-repository ppa:av-shkop/chromium sudo apt-get update sudo apt-get install chromium-browser



PPA with the development version:

sudo add-apt-repository ppa:av-shkop/chromium-dev sudo apt-get update sudo apt-get install chromium-browser

Tags: , ,

Leave a Reply