Skip to content

Category Archives: google

Download chrome browser development version for ubuntu

25-Nov-09

Download chrom development version for ubuntu You can download the development verion from the url below, there are versions available for other platform also from the url. http://ppa.launchpad.net/chromium-daily/ppa/ubuntu/pool/main/c/chromium-browser/ Adding the repository: https://launchpad.net/~chromium-daily/+archive/ppa deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu intrepid main deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu intrepid main

Adding google repository to Ubuntu or Debian based distros

24-Nov-09

Adding google repository to Ubuntu or Debian based distros. Add the following rule to e.g. /etc/apt/sources.list, or if your distro has the /etc/apt/sources.list.d/ directory, add it to a file called google.list in that directory: # Google software repository deb http://dl.google.com/linux/deb/ stable non-free main Once the above entry is added we can run apt as usual. [...]