trying to install kodi on clean ubuntu 16.04
#31
Follow the steps on 3rd reply by Wolfman to install all needed dependencies. These steps have worked on 7 Unbuntu machines updated to 16.04 LTS. This will get you started up again running Kodi Jarvis 16.

https://ubuntu-mate.community/t/kodi-uni...4-lts/5205
Reply
#32
PPA is now fixed
Reply
#33
I get the following error:

Some additional information:
I had kodi 16.0 installed on Ubuntu 14.04 LTS, then upgraded to 16.04 LTS and Kodi was degraded to 15.2, probably due to the missing dependency. Now I tried to update Kodi again and this is what happens.

Code:
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:
kodi : Depends: kodi-bin (< 15.2+dfsg1-3ubuntu1.1~) but 2:16.1~git20160425.1001-final-0xenial is installed
E: Unmet dependencies. Try using -f.


Code:
apt-get -f install

Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  fonts-roboto fonts-roboto-hinted kodi-data libhdhomerun2 libjs-iscroll
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  kodi
Suggested packages:
  kodi-pvr-tvheadend-hts kodi-pvr-iptvsimple kodi-audioencoder-vorbis kodi-audioencoder-flac kodi-audioencoder-lame
The following packages will be upgraded:
  kodi
1 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
6 not fully installed or removed.
Need to get 0 B/13.7 MB of archives.
After this operation, 27.0 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 267573 files and directories currently installed.)
Preparing to unpack .../kodi_2%3a16.1~git20160425.1001-final-0xenial_all.deb ...
Unpacking kodi (2:16.1~git20160425.1001-final-0xenial) over (15.2+dfsg1-3ubuntu1) ...
dpkg: error processing archive /var/cache/apt/archives/kodi_2%3a16.1~git20160425.1001-final-0xenial_all.deb (--unpack):
trying to overwrite '/usr/share/xsessions/kodi.desktop', which is also in package kodi-data 15.2+dfsg1-3ubuntu1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160415-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for menu (2.1.47ubuntu1) ...
Errors were encountered while processing:
/var/cache/apt/archives/kodi_2%3a16.1~git20160425.1001-final-0xenial_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Reply
#34
Yeah - fucked up debian packaging :-(

Remove kodi-data before you install kodi and kodi-bin

sudo apt-get remove --purge kodi-data
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#35
Unfortunately it won't let me....

Code:
sudo apt-get remove --purge kodi-data
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:
kodi : Depends: kodi-bin (< 15.2+dfsg1-3ubuntu1.1~) but 2:16.1~git20160425.1001-final-0xenial is to be installed
        Depends: kodi-data
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Any ideas?
Reply
#36
The hard way ... as always when packaging is fucked up :-(

sudo dpkg -i --force-all /var/cache/apt/archives/kodi_2%3a16.1~git20160425.1001-final-0xenial_all.deb
sudo apt-get remove --purge kodi-data kodi kodi-bin
sudo apt-get install kodi kodi-bin

We need to conflict on the kodi-data package in our ppa.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#37
Worked like a charm, thx a lot!

Only thing left is to check if kodi is running when I am back home tonight.

Update: Everything up and running
Reply
#38
already installed using the regular steps. thanks
Reply
#39
(2016-04-25, 11:55)wsnipex Wrote: PPA is now fixed

Did the CEC issue buff out? Smile
Reply
#40
Upgraded to 16.04, followed the instructions in the VAAPI thread. Works fine, cheers Smile
Reply
#41
Success. Thanks fritsch!
Reply
#42
Thanks for your technical advice fritsch. Twas the answer to my noobish problem and the cause of posting my first post.
Reply
#43
Hi, I'm a noob. I am running Xubuntu (16.04) an used to run Kodi 15. I uninstalled it yesterday in my efforts to upgrade to Kodi 16 but now I'm only able to install Kodi 18. Could somebody guide me how to get back to Kodi 16 (Jarvis)? If it should go in a new thread, can someone help with that too?
Thanks!
Reply
#44
Code:
apt-cache policy kodi
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#45
Tried to install Kodi on Xubuntu 16.04 :

The following packages have unmet dependencies:
kodi : Depends: curl but it is not going to be installed
Depends: python-bluez but it is not installable or
python-lightblue but it is not installable
Depends: python-imaging but it is not installable
Depends: libmad0 but it is not installable
Depends: libnfs8 but it is not installable or
libnfs4 but it is not installable or
libnfs1 but it is not installable
Recommends: libva-intel-vaapi-driver but it is not installable
kodi-bin : Depends: libmicrohttpd10 (>= 0.9.20) but it is not installable
Depends: libva-drm1 (>= 1.1.0) but it is not installable
Depends: libva-x11-1 (>= 1.0.3) but it is not installable
E: Unable to correct problems, you have held broken packages.


Not sure on how to fix this .... thanks

Update: I was able to correct the problem - just needed to add the Ubuntu universe - all found that way.
Ignore post.
Reply

Logout Mark Read Team Forum Stats Members Help
trying to install kodi on clean ubuntu 16.041