Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

First of all. I'm using Linux mint 11 but it's an apt-get related question. I'm trying to install Audacious. And before that i've added Webupd8 PPA through Ubuntu Tweak. But i've removed this repository before installing Audacious.

But now, when i try to install Audacious. I get this error :

rafael@rafael-945GZM-S2 ~ $ sudo apt-get install audacious
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:
 audacious : Depends: libaudclient2 (= 2.4.4-1) but 3.0.1-1~webupd8~oneiric is to be installed
             Depends: libaudcore1 (= 2.4.4-1) but 3.0.1-1~webupd8~oneiric is to be installed
E: Broken packages

I've tried

sudo apt-get update

but nothing changed.

The result from

ls /etc/apt/sources.list.d/

elementaryart-elementarydesktop-natty.list
elementaryart-elementarydesktop-natty.list.save
elementaryart-elementarydesktop-oneiric.list.save
local-repository.list
local-repository.list.save
nilarimogard-webupd8-natty.list
nilarimogard-webupd8-natty.list.save
nilarimogard-webupd8-oneiric.list.save
transmissionbt-ppa-natty.list
transmissionbt-ppa-natty.list.save
transmissionbt-ppa-oneiric.list.save
share|improve this question
1  
After removing the PPA, did you run "sudo apt-get update" and then try to install audacious? You've somehow added the PPA for Oneiric, even though Linux Mint 11 is based on Natty (audacious 3 in the webupd8 PPA is only available for Oneiric). Can you please post the out put of "ls /etc/apt/sources.list.d/" ? – Alin Andrei Sep 14 '11 at 21:52
Yes, i tried 'sudo apt-get update' alot, but no good. I will add the output of 'ls /etc/apt/sources.list.d/' above. Thanks. – Rafael Adel Sep 14 '11 at 22:09
The WebUpd8 Oneiric PPA is not added on your system anymore (the .save file is just a residual file) so I don't understand where the audacious3 package comes from. Did you start the audacious installation before removing the PPA? I think this should do it: "sudo apt-get remove audacious* && sudo apt-get update && sudo apt-get install audacious" – Alin Andrei Sep 14 '11 at 23:04
Nope, i didn't install audacious before removing the PPA... Just tried "sudo apt-get remove audacious*" and all returned that package is not installed. – Rafael Adel Sep 14 '11 at 23:07
I found the solution. It was removing Audacious like you said, but specifically removing "libaudclient2" and "libaudcore1". After that i could install Audacious. Thanks. – Rafael Adel Sep 14 '11 at 23:51
show 2 more comments

closed as off topic by RolandiXor, fossfreedom, Uri Herrera, Stefano Palazzo Sep 15 '11 at 7:19

Questions on Ask Ubuntu are expected to relate to Ubuntu within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.