I'm having a hard time trying to find a new app that handles media devices. In desperation, I tried updating Amarok to the latest beta release following these instructions:
http://www.sucka.net/2009/09/how-to-...eta-backports/
So, in short I did the following:
add the following two lines to /etc/apt/sources.list:
Add the trusted key for this repository:
update the package lists:
Purge Amarok:
And now install the latest Amarok:
But this last step is giving me a headache. It looks like some libs aren't installed
What should I do now?
http://www.sucka.net/2009/09/how-to-...eta-backports/
So, in short I did the following:
add the following two lines to /etc/apt/sources.list:
Code:
deb [url]http://ppa.launchpad.net/kubuntu-ppa/beta/ubuntu[/url] karmic main deb-src [url]http://ppa.launchpad.net/kubuntu-ppa/beta/ubuntu[/url] karmic main
Code:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8AC93F7A
Code:
sudo apt-get update
Code:
sudo apt-get remove --purge amarok sudo apt-get autoremove --purge
Code:
sudo apt-get install amarok
Code:
root@dpich-M6400:/home/dpich# apt-get install amarok Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: amarok: Depends: amarok-utils (= 2:2.1.80-0ubuntu2~ppa1) but it is not going to be installed Depends: libgcrypt11 (>= 1.4.2) but 1.4.1-2ubuntu1 is to be installed Depends: libgtk2.0-0 (>= 2.17.10) but 2.16.1-0ubuntu2 is to be installed Depends: liblastfm0 but it is not installable Depends: libmtp8 (>= 0.3.1) but 0.3.0-1ubuntu3 is to be installed Depends: libplasma3 (>= 4:4.3.1-0ubuntu1) but 4:4.3.1-0ubuntu1~jaunty1~ppa1 is to be installed Depends: libqt4-phonon (>= 4.5.1) but it is not installable Depends: libstdc++6 (>= 4.4.0) but 4.3.3-5ubuntu4 is to be installed Depends: libstreamanalyzer0 (>= 0.7.0) but 0.6.4-0ubuntu2 is to be installed Depends: libstreams0 (>= 0.7.0) but 0.6.4-0ubuntu2 is to be installed Depends: libqtscript4-core but it is not installable Depends: libqtscript4-gui but it is not installable Depends: libqtscript4-network but it is not installable Depends: libqtscript4-xml but it is not installable Depends: libqtscript4-sql but it is not installable Depends: libqtscript4-uitools but it is not installable E: Broken packages root@dpich-M6400:/home/dpich#
Comment