0

I am trying to install Kodi 16 from a tar.gz file because if I try from PPA it automatically installs Kodi 18 version.

I do exactly as it says on your guides but firstly I didn't find the configure file on the folder as the guide says.

I found the configure file at lib/libmpeg2 I execute exactly the same instructions but after running:

./configure
make
make install

I get errors after running make installas shown:

David Foerster
  • 36,264
  • 56
  • 94
  • 147

1 Answers1

1

There is an official PPA for Kodi Jarvis (16.1) available.

You can install it from your Terminal like this:

$ sudo add-apt-repository ppa:team-xbmc/kodi-old

$ sudo apt-get update

$ sudo apt-get install kodi

nb. Please make sure to remove the other PPA's for Kodi, as they will conflict with this one.

AnotherKiwiGuy
  • 4,370
  • 1
  • 21
  • 38