Upgrade to kodibuntu
#1
Im running the latest version of xbmcbuntu but i get this error when trying to upgrade to kodi


xbmc@xbmc-desktop:~$ sudo apt-get install kodi
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:
kodi : Depends: kodi-bin (>= 2:14.0~git20141223.1015-final-0precise) but it is not going to be installed
Depends: kodi-bin (< 2:14.0~git20141223.1015-final-0precise.1~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Any thoughts?
Reply
#2
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install kodi kodi-bin
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#3
(2014-12-23, 19:25)fritsch Wrote: sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install kodi kodi-bin

Did this, but now I get

xbmc@xbmc-desktop:~$ sudo apt-get install kodi kodi-bin
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:
kodi-bin : Depends: libsdl2 but it is not installable
E: Unable to correct problems, you have held broken packages.
Reply
#4
I'm seeing the same problem on my system, normal Ubuntu running XBMC/Kodi.

What version of Kodibuntu are you running at the moment? It seems libsdl2 is not available in any release prior to 14.04, and I am still on 12.04 because the onboard graphics card in my little Acer Revo is not supported proerly by 14.04's window manager. It warns me when I try to install it.
Reply
#5
I'm running 12.04... so thats the problem then.
Reply
#6
Doing it this way will still have the system boot straight into Kodi?
Reply
#7
missing packages in 12.04 and 14.10 are fixed.
Reply
#8
(2014-12-23, 22:30)wsnipex Wrote: missing packages in 12.04 and 14.10 are fixed.

Thanks! Now it works fine!
Keep up the good work!
Reply
#9
(2014-12-23, 19:25)fritsch Wrote: sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install kodi kodi-bin

Did that and get this:

Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
kodi-bin is already the newest version.
kodi-bin set to manually installed.
kodi is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

I'm on Helix RC 3.
When I perform
Code:
sudo apt-get update

I get

Code:
Err http://ppa.launchpad.net trusty InRelease

Err http://ppa.launchpad.net trusty Release.gpg
  Unable to connect to ppa.launchpad.net:http:
Fetched 668 kB in 2min 0s (5,560 B/s)
Reading package lists... Done
W: Failed to fetch http://ppa.launchpad.net/team-xbmc/ppa/ubuntu/dists/trusty/InRelease

W: Failed to fetch http://ppa.launchpad.net/team-xbmc/ppa/ubuntu/dists/trusty/Release.gpg  Unable to connect to ppa.launchpad.net:http:

W: Some index files failed to download. They have been ignored, or old ones used instead.

Any chance to update to Helix 14.0?

Edit: I performed
sudo add-apt-repository ppa:team-xbmc/ppa
before trying to update, is this still correct or do i have to enter
sudo add-apt-repository ppa:team-kodi/ppa
?
Kodi 17.6
Reply
#10
thats a network or launchpad issue. Just try again.
Reply
#11
I tried that 5 or 6 times yesterday, just tried again without success.
Pinging ppa.launchpad.net from my Kodi-HTPC as well as from another machine results in a request time-out.

Edit: Restarted my Fritz!Box, now it worked - thanks!
Kodi 17.6
Reply
#12
(2014-12-23, 21:03)mr.sparkle Wrote: Doing it this way will still have the system boot straight into Kodi?

When I upgraded XBMCBuntu to Kodibuntu Kodi did not start automatically. I had to make a change in the file /etc/lightdm/lightdm.conf

Change the line:

Code:
user-session=XBMC

To:

Code:
user-session=kodi

Then restart lightdm:

Code:
$ sudo service lightdm restart

There will be a nice Kodi welcome screen on your monitor Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Upgrade to kodibuntu0