Posts

Showing posts with the label bleeding

Bleeding Edge Chromium on Ubuntu

Bleeding Edge Chromium on Ubuntu Chromium is the Linux port of official Google chrome browser for windows. Right now chromium is unstable and only useful for scratching your curiosity itch. Install chromium Add following sources to /etc/apt/sources.list file. For jaunty deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main For intrepid deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu intrepid main deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu intrepid main For hardy deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu hardy main deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu hardy main Now execute following commands to install chromium. sudo apt-get -y update && sudo apt-get -y --force-yes install chromium-browser