Google Chrome on Ubuntu Linux
If you’re on Linux (say Ubuntu 10.04, also known as Lucid Lynx), you can switch between the developer (dev) and beta channels of Chrome like this:
Switch from Beta to Dev:
sudo apt-get install google-chrome-unstable
Switch from Dev to Beta:
sudo apt-get install google-chrome-beta
That’s easier for me than going back for the .deb file and doing something with it.
Also, if you want to check whether a new dev version of Chrome is out, you can just repeat the same command:
sudo apt-get install google-chrome-unstable
and if there’s no new version, you’ll get something like this back:
Reading package lists… Done
Building dependency tree
Reading state information… Done
google-chrome-unstable is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Related posts:
- 5 Things To Do After Installing Google Chrome on Ubuntu Linux I love using ubuntu. However, its been a while I used ubuntu . I installed ubunt on my laptop again this weekend and well, you...
- Google Chrome Linux Beta I know, I am reporting this very late, for again, I cant miss this news, even though I am late. So, here it goes, if...
- How To Make Chromium To Play mp4 and h.264 Video #Ubuntu This is a follow up post to the post 4 Google Chrome Features That You Will Not See in Chromium and part of the series...

{ 1 trackback }