To add the Cairo-Dock repository to your sources open the sources.list file:
gksudo gedit /etc/apt/sources.list
and add the appropriate repository to the end of the file:
deb http://repository.cairo-dock.org/ubuntu jaunty cairo-dock # For Ubuntu 9.04
deb http://repository.cairo-dock.org/ubuntu intrepid cairo-dock # For Ubuntu 8.10
deb http://repository.cairo-dock.org/ubuntu hardy cairo-dock # For ubuntu 8.04
The signed GPG key for identification of the repository is:
wget -q http://repository.cairo-dock.org/cairo-dock.gpg -O- | sudo apt-key add -
Then, to install Cairo-Dock, issue these two commands in the terminal:
sudo apt-get update
sudo apt-get install cairo-dock cairo-dock-plug-ins
Note: if you get the error “E: Couldn’t find package cairo-dock-plug-ins” try the code below as it seems there has been a name change and the package is now called cairo-dock-plugins in intrepid.
sudo apt-get install cairo-dock-plugins
___________
From a .deb Package (Stable)
If you can’t install Cairo-Dock from the repository, you can download the .deb package from BerliOS. But you first need to install the following packages:
sudo apt-get install libcairo2 librsvg2-2 libglitz1 libglitz-glx1
Then, download the package here.
Apply a double-click on the package or open the terminal, navigate to the directory which you downloaded the .deb package to (e.g. cd ~/Desktop) and issue the following commands (NB: Ensure that you have typed in the correct version number):
sudo dpkg -i cairo-dock_v1.6.3.1_i686.deb
and then:
sudo apt-get -f install
____________________________
Fuente: https://help.ubuntu.com/community/CairoDock
Posted on 16 agosto, 2009
0