Clementine is a multi-platform juke box type music player which is inspired by Amarok 1.4. But to install it to Lucid Linux (Ubuntu 10.04) small procedure has to be follow.
The 'apt-get install clementine' will not work because clementine repository is not default available in Lucid Linux.
kowalski@UbuntuTestbed:~$ sudo apt-get install clementine
[sudo] password for kowalski:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package clementine
kowalski@UbuntuTestbed:~$
Therefore clementine repo should be add with 'sudo add-apt-repository ppa:me-davidsansome/clementine' command.
Note:
Make sure your firewall allows you to connect remote port 11371 (Protocol: hkp) to get PGP keys.
kowalski@UbuntuTestbed:~$ sudo add-apt-repository ppa:me-davidsansome/clementine
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg
--trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg
--keyserver keyserver.ubuntu.com --recv 7A467ADCBEE1FFC8CD8B784B4F172854044A3B98
gpg: requesting key 044A3B98 from hkp server keyserver.ubuntu.com
gpg: key 044A3B98: public key "Launchpad Clementine Stable" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
kowalski@UbuntuTestbed:~$
Now apt-get install clementine will work. Gstreamer plugins will be installed if they have not been installed.
kowalski@UbuntuTestbed:~$ sudo apt-get install clementine Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: gstreamer0.10-plugins-ugly liba52-0.7.4 libdvdnav4 libdvdread4 libftgl2 libglew1.5 libid3tag0 libindicate-qt0 liblastfm0 libmad0 libmpeg2-4 libopencore-amrnb0 libopencore-amrwb0 libprojectm-data libprojectm2 libqt4-sql-sqlite libsidplay1 libtwolame0 ttf-dejavu ttf-dejavu-extra Suggested packages: libdvdcss2 debhelper fakeroot build-essential glew-utils libqt4-dev sidplay-base xsidplay Recommended packages: head The following NEW packages will be installed: clementine gstreamer0.10-plugins-ugly liba52-0.7.4 libdvdnav4 libdvdread4 libftgl2 libglew1.5 libid3tag0 libindicate-qt0 liblastfm0 libmad0 libmpeg2-4 libopencore-amrnb0 libopencore-amrwb0 libprojectm-data libprojectm2 libqt4-sql-sqlite libsidplay1 libtwolame0 ttf-dejavu ttf-dejavu-extra 0 upgraded, 21 newly installed, 0 to remove and 3 not upgraded. Need to get 9,705kB of archives. After this operation, 25.4MB of additional disk space will be used. Do you want to continue [Y/n]?
After enter 'Y' install process will be completed.
Clementine in Ubuntu 10.04 |
No comments:
Post a Comment