How to install Cairo-Dock in Ubuntu
Source: http://ubuntuforums.org/showthread.php?t=1399975
Current Stable Release
1) Enable the PPA in your list of repositories.
Code:
sudo -v
echo "deb http://ppa.launchpad.net/cairo-dock-team/ppa/ubuntu $(lsb_release -sc) main ## Cairo-Dock-PPA" | sudo tee -a /etc/apt/sources.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E80D6BF5
sudo apt-get update
2) Install the dock
Code:
sudo apt-get install cairo-dock
Weekly Build
Contains the latest features and bug-fixes, but may also contain some bugs.
1) Enable the PPA in your list of repositories.
Code:
sudo -v
echo "deb http://ppa.launchpad.net/cairo-dock-team/weekly/ubuntu $(lsb_release -sc) main ## Cairo-Dock-PPA" | sudo tee -a /etc/apt/sources.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E80D6BF5
sudo apt-get update
2) Install the dock
Code:
sudo apt-get install cairo-dock


Recent comments
9 weeks 4 days ago
9 weeks 4 days ago
10 weeks 4 days ago
11 weeks 19 hours ago
11 weeks 5 days ago
11 weeks 5 days ago
11 weeks 6 days ago
13 weeks 4 days ago
25 weeks 5 days ago
29 weeks 6 days ago