Kodi Community Forum

Full Version: Can't install Kodi 14.1 on Linux Mint 17.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys:

I have problems with some addons with the Kodi 14.2 version so I decided to return to the previous version. But when I try to install the 14.1 version on Linux Mint 17.1 (trusty) receive this error message:

E: Version '2:14.1*' for 'kodi' was not found
E: Version '2:14.1*' for 'kodi-bin' was not found


I am using this command for install:
sudo apt-get install kodi=2:14.1* kodi-bin=2:14.1*


Help please, thanks in advance

Osmin
check this page for more info:
http://kodi.wiki/view/Installing_XBMC_for_Linux

did you accidentally remove the PPA Huh
Concerning your addons: http://kodi.wiki/view/Official:Forum_rul...ed_add-ons
illegal here ... consider this as a warning.
I repeat the Installing Kodi on Ubuntu-based distributions steps but with no luck. It seems like the Kodi 14.1 is not available for the Ubuntu Trusty distributions, there is another way for install the 14.1 version?

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get install kodi=2:14.1* kodi-bin=2:14.1*

error message:

E: Version '2:14.1*' for 'kodi' was not found
E: Version '2:14.1*' for 'kodi-bin' was not found
I think you've answered your own question. For whatever reason, the PPA contains old (10x to 13.x) versions of XBMC, but there is no 14.x version other than 14.2: https://launchpad.net/~team-xbmc/+archive/ubuntu/ppa.

You need to find a PPA (likely unofficial) that has it, or find a deb (same caveat), or build it yourself (presuming the branch is still available). Or get you addons (whatever they are) fixed, as 14.anything will be obsolete soon enough.