Kodi Community Forum

Full Version: kodi binary 'vanished' in 18.7 on Ubuntu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Updated to 18.7 from the team-xbmc PPA. kodi does not exist, cannot launch. Tried this on our HTPC and on my laptop to confirm - there is no binary.

After installing 18.7:
bash:
$ ls /usr/bin/ko* -al
-rwxr-xr-x 1 root root    3759 Feb 26 09:49 /usr/bin/koi8rxterm
-rwxr-xr-x 1 root root 1251944 Mar  5 16:12 /usr/bin/kolourpaint
-rwxr-xr-x 1 root root  133424 Mar  5 16:12 /usr/bin/kompare
-rwxr-xr-x 1 root root   14488 Mar  5 16:12 /usr/bin/konqueror
-rwxr-xr-x 1 root root   14488 Mar  5 16:12 /usr/bin/konsole
-rwxr-xr-x 1 root root  203080 Apr 11 13:56 /usr/bin/konsolekalendar
-rwxr-xr-x 1 root root    1380 Mar  1 09:30 /usr/bin/konsoleprofile
-rwxr-xr-x 1 root root   43400 Apr 11 13:58 /usr/bin/kontact
-rwxr-xr-x 1 root root 3332832 Mar 25 18:06 /usr/bin/konversation
-rwxr-xr-x 1 root root  301360 Apr 11 13:59 /usr/bin/kopete
-rwxr-xr-x 1 root root  256400 Apr 11 13:59 /usr/bin/korgac
-rwxr-xr-x 1 root root   80272 Apr 11 13:59 /usr/bin/korganizer

Downgraded HTPC to 18.6 successfully:

bash:
$ ls /usr/bin/ko* -al
-rwxr-xr-x 1 root root    7165 Apr  3 13:18 /usr/bin/kodi
-rwxr-xr-x 1 root root    1825 Apr  3 13:18 /usr/bin/kodi-standalone
-rwxr-xr-x 1 root root    3759 Feb 26 09:49 /usr/bin/koi8rxterm
-rwxr-xr-x 1 root root   14488 Mar  5 16:12 /usr/bin/konsole
-rwxr-xr-x 1 root root    1380 Mar  1 09:30 /usr/bin/konsoleprofile
-rwxr-xr-x 1 root root 3332832 Mar 25 18:06 /usr/bin/konversation
Update - on the laptop, it looks like kodi-x11 was held back. Forcibly upgrading it solved the problem.

[script]sudo apt install --reinstall kodi-x11[/script]
Thread marked solved.