Simply add the following repositories to your /etc/apt/sources.list fill
sudo kate /etc/apt/sources.list for Kubuntu user
Fiesty
deb http://download.tuxfamily.org/3v1deb feisty eyecandy
deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy
Then add the verification key by running the following in a terminal:
wget http://download.tuxfamily.org/3v1deb/DD800CD9.gpg -O- | sudo apt-key add -
Then simply run an apt-get update and typical install with the following terminal commands:
# sudo apt-get update
# sudo apt-get install kiba-dock
# sudo apt-get install kiba-dock-dev
# sudo apt-get install kiba-plugins
1,2,3 Kiba-Dock is up and installed. Once install you can run Kiba-Dock by going to the Applications-Accessories menu, or you can run in a terminal “kiba-dock”, or you can add a boot session to run Kiba-Dock on boot.
sudo kate /etc/apt/sources.list for Kubuntu user
Fiesty
deb http://download.tuxfamily.org/3v1deb feisty eyecandy
deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy
Then add the verification key by running the following in a terminal:
wget http://download.tuxfamily.org/3v1deb/DD800CD9.gpg -O- | sudo apt-key add -
Then simply run an apt-get update and typical install with the following terminal commands:
# sudo apt-get update
# sudo apt-get install kiba-dock
# sudo apt-get install kiba-dock-dev
# sudo apt-get install kiba-plugins
1,2,3 Kiba-Dock is up and installed. Once install you can run Kiba-Dock by going to the Applications-Accessories menu, or you can run in a terminal “kiba-dock”, or you can add a boot session to run Kiba-Dock on boot.
Comment