Chromium , proyecto de software libre con el que se ha desarrollado Google Chrome .
Instalación en Ubuntu
Primero agregamos los repositorios al fichero sources.list:
sudo gedit /etc/apt/sources.list
en el archivo que se abre agregamos las siguiente lineas según la versión correspondiente:
#karmic [9.10]
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main
#Jaunty [9.04]
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main
#intrepid [8.10]
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu intrepid main
#hardy [8.04]
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu hardy main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu hardy main
Guardamos y cerramos. Agregamos la llave del repositorio:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E5E17B5
Actualizamos e instalamos:
sudo apt-get update
sudo apt-get install chromium-browser
ubuntronics.blogspot.com