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
34 weeks 4 days ago
34 weeks 4 days ago
35 weeks 4 days ago
36 weeks 22 hours ago
36 weeks 5 days ago
36 weeks 5 days ago
37 weeks 2 hours ago
38 weeks 4 days ago
50 weeks 5 days ago
1 year 2 weeks ago