Linux Cant install with apt-get or synaptic
#1
I'm trying to install xbmc on Ubuntu Trusty. Here's what happens when I use apt-get:
Code:
sudo apt-get install xbmc                  
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:
xbmc : Depends: xbmc-bin (>= 4:12.3.1-dmo1) but it is not going to be installed
        Depends: xbmc-data (>= 4:12.3.1-dmo1)

I tried adding the ppa:team-xbmc/ppa and ppa:team-xbmc/unstable, and also removing them, I tried manually install xbmc-bin and xbmc-data but got more dependency woes.

I even tried installing 'kodi' but nothing works. How can I get xbmc?
Reply
#2
Can you show the current used apt repositories
Reply
#3
you obviously have or had debian-multimedia repos added, so you'll need to get rid of them and uninstall all remnants of their xbmc packages.
Reply
#4
I found this in /etc/apt/sources.list:
Code:
deb http://www.deb-multimedia.org stable main

I commented it out and it seems to be installing now. Thanks.
Reply

Logout Mark Read Team Forum Stats Members Help
Cant install with apt-get or synaptic0