Install Latest Cairo-Dock/update every week in Ubuntu
This post was written by admin on March 18, 2010
Posted Under: General
Posted Under: General
Cairo-Dock is an very popular animated application launch bar in Ubuntu,comparable to the dock in Mac OS X or Rocket Dock.Unfortunately the Cairo-Dock’s domain has changed,the new website is glx-dock.org.
In Ubuntu Karmic and older,we need change the repository, simply replace ‘cairo-dock.org’ by ‘glx-dock.org’ to keep update.
If you want to test the latest version, updated every weeks.Keep reading:
Open terminal from Applications->Accessories menu,then copy and paste following 5 commands:
sudo -v
echo "deb http://ppa.launchpad.net/cairo-dock-team/weekly/ubuntu $(lsb_release -sc) main ## Cairo-Dock-PPA-Weekly" | sudo tee -a /etc/apt/sources.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E80D6BF5
sudo apt-get update
sudo apt-get install cairo-dock
To learn more about Cairo-Dock:
MainPage:http://www.glx-dock.org/
Wiki:http://www.glx-dock.org/ww_page.php?p=Accueil〈=en
Forum:http://www.glx-dock.org/bg_forumlist.php
Related posts:
- Install/Update the latest VirtualBox without hurting current VMs
- Install Latest Empathy IM Client in ubuntu 9.04/8.10/8.04
- Install/Upgrade latest Ubuntu-Tweak in Ubuntu9.10/9.04/8.10/8.04
- Install the latest version of wine in Ubuntu 9.04,8.10 and 8.04
- How to Install latest stable Skype from official repository in Ubuntu


Reader Comments