Skip to content

Tag Archives: chrome

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

The Google Chrome Operating System

23-Nov-09

The Google Chrome Operating System Google Chrome OS is an open source, lightweight operating system that will initially be targeted at netbooks. Google Chrome OS will run on both x86 as well as ARM chips. Google Chrome OS is an open source operating system created by Google designed to work exclusively with web applications. Announced [...]

Adding the Google Linux Software Repositories to Ubuntu

13-Nov-09

Adding the Google Linux Software Repositories to Ubuntu Get key wget -q -O – https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add – apt-get update 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: deb http://dl.google.com/linux/deb/ stable non-free main then use apt sudo [...]