Ubuntu (For Debian, Linux Mint, etc.: have a look at the bottom)
Installation with one copy-paste If you don't want to learn more about the installation or if you want a quick install of the dock, copy-paste all this box in a terminal
echo "deb http://repository.glx-dock.org/ubuntu $(lsb_release -sc) cairo-dock ## Cairo-Dock-Stable" | sudo tee -a /etc/apt/sources.list
wget -q http://repository.glx-dock.org/cairo-dock.gpg -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install cairo-dock cairo-dock-plug-ins (For Debian, Linux Mint, etc.: have a look at the bottom)
If our repository doesn't work, you can also use our PPA
Simply copy-paste all this box in a terminal :
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
sudo apt-get install cairo-dock cairo-dock-plug-ins
Installation with details
It is highly recommended to download a signed key for authentication. It will also remove the error message to inform you about security issue. To download and install the key just run the following command in a terminal:
wget -q http://repository.glx-dock.org/cairo-dock.gpg -O- | sudo apt-key add -
Edit your sources.listsudo gedit /etc/apt/sources.list and add the following line corresponding to your release:
For Hardy Heron:
deb http://repository.glx-dock.org/ubuntu hardy cairo-dock
For Intrepid Ibex:
deb http://repository.glx-dock.org/ubuntu intrepid cairo-dock Will be removed soon... Intrepid is no longer maintained.
For Jaunty Jackalope:
deb http://repository.glx-dock.org/ubuntu jaunty cairo-dock
For Karmic Koala:
deb http://repository.glx-dock.org/ubuntu karmic cairo-dock
For Lucid Lynx:
deb http://repository.glx-dock.org/ubuntu lucid cairo-dock
Then update your repository list and install cairo-dock and cairo-dock-plug-ins (it may install dependencies) :
sudo apt-get update
sudo apt-get install cairo-dock
Problems during install or update on Ubuntu Intrepid 8.10 or newer
If you got the following message during fresh install or update:
trying to overwrite `/usr/share/cairo-dock/default-indicator.png', which is also in package cairo-dock-data
dpkg-deb: subprocess paste killed by signal (Broken pipe)
It's caused by packages included on Ubuntu repositories... Here is the workaround :
sudo apt-get remove cairo-dock* --purge
sudo apt-get install cairo-dock cairo-dock-plug-ins
Debian
Installation with one copy-paste If you don't want to learn more about the installation or if you want install quickly the dock, copy-paste all this box in a terminal [code]read -p "Write 'stable' or 'unstable' (without quotes) in order to choose the repository : " cd_release[/code]
read -p "Write 'stable' or 'unstable' (without quotes) in order to choose the repository : " cd_release
echo "deb http://repository.glx-dock.org/debian $cd_release cairo-dock ## Cairo-Dock-Stable" | tee -a /etc/apt/sources.list
wget -q http://repository.glx-dock.org/cairo-dock.gpg -O- | apt-key add -
apt-get update
apt-get install cairo-dock cairo-dock-plug-ins
If our repository doesn't work, you can also use our PPA
Simply copy-paste all this box in a terminal: (remplace ' jaunty' by ' hardy' if you use Debian Stable)
sudo -v
echo "deb http://ppa.launchpad.net/cairo-dock-team/debian/ubuntu jaunty main ## Cairo-Dock-PPA" | 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 cairo-dock-plug-ins
Installation with details
It is highly recommended to download a signed key for authentication. It will also remove the error message to inform you about security issue. To download and install the key just run the following command in a terminal:
wget -q http://repository.glx-dock.org/cairo-dock.gpg -O- | sudo apt-key add -
Edit your sources.list (sudo gedit /etc/apt/sources.list) and add the following line:
For stable release (lenny) :
deb http://repository.glx-dock.org/debian stable cairo-dock
For unstable release (squeeze or sid) :
deb http://repository.glx-dock.org/debian unstable cairo-dock
Then update your repository list and install cairo-dock and cairo-dock-plug-ins (it may install dependencies) :
sudo apt-get update
sudo apt-get install cairo-dock cairo-dock-plug-ins
Linux Mint and other Debian-forked For Linux Mint you can use the same repository as Ubuntu corresponding to your version :Ubuntu . >> . Linux Mint Hardy (8.04) . >> . Elyssa (5)
Jaunty (9.04) . >> . Gloria (7)
Karmic (9.10) . >> . Helena (8)
Lucid (10.04) . >> . Isadora (9) Simply have a look to this method here and replace the Ubuntu version by the corresponding given here.
For other you can use the stable or unstable debian repository
About these repositories
All Official Repositories are signed with that Key:
Name Cairo-Dock Team
E-Mail repository@glx-dock.org
Key-ID 0x41317877
Key Fingerprint 7F519117BF5E1805D98075E21392A97E41317877 |