My HTPC is running ubuntu 11.04 and I tried installing boxee a while back. I got it to install, but everytime I try to use apt-get now, it says:
$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
boxee : Depends: libxmlrpc-c3 but it is not installable
E: Unmet dependencies. Try using -f.
If I run apt-get -f install
it prompts me to uninstall Boxee. Now, Boxee is installed and very functional, I don't wish to uninstall it. How do I essentially make apt forget about Boxee and libxmlrpc-c3?
edit: the output of apt-cache policy boxee is:
$ apt-cache policy boxee
boxee:
Installed: 0.9.22.13692
Candidate: 0.9.22.13692
Version table:
*** 0.9.22.13692 0
100 /var/lib/dpkg/status
edit: solution --
As suggested, I apt-get -f install
'd, it removed boxee. I then re-installed and everything is working well.