lost and found ( for me ? )

Ubuntu 12.10 desktop 64bit : install Glx-Dock

about Glx-Dock

http://glx-dock.org/index.php

In brief , Glx-Dock is one of desktop interfaces , such as unity , gnome-shell.

[ install Glx-Dock on Ubuntu 12.10 ]


root@ubuntu-note:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.10
Release: 12.10
Codename: quantal

root@ubuntu-note:~# uname -ri
3.5.0-17-generic x86_64


add the repository for ubuntu 12.10 in /etc/apt-sources.list file.
root@ubuntu-note:~# echo "deb http://ppa.launchpad.net/cairo-dock-team/ppa/ubuntu $(lsb_release -sc) main ## Cairo-Dock-PPA" | tee -a /etc/apt/sources.list deb http://ppa.launchpad.net/cairo-dock-team/ppa/ubuntu quantal main ## Cairo-Dock-PPA

root@ubuntu-note:~# tail -1 /etc/apt/sources.list
deb http://ppa.launchpad.net/cairo-dock-team/ppa/ubuntu quantal main ## Cairo-Dock-PPA


install the key
root@ubuntu-note:~# apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E80D6BF5
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.wtCPTLRBcb --trustdb-name /etc/apt//trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys E80D6BF5
gpg: requesting key E80D6BF5 from hkp server keyserver.ubuntu.com
gpg: key E80D6BF5: "Launchpad cairo-dock" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

update
root@ubuntu-note:~# apt-get update

install
root@ubuntu-note:~# apt-get install cairo-dock cairo-dock-plug-ins -y

log out , select Glx-Dock as desktop interface and then log on.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.