Kodi Community Forum
Installing Previous Versions on Ubuntu - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Installing Previous Versions on Ubuntu (/showthread.php?tid=264965)

Pages: 1 2


Installing Previous Versions on Ubuntu - Warhoon - 2016-03-19

How do I install a previous (not current) version of Kodi on an Ubuntu box?

I want to install Isengard (I need to sync with an openelec box that is on Isengard) but I can't find a way to do it. I've dug around on the forums and wiki to no avail.

Any assistance is greatly appreciated.


RE: Installing Previous Versions on Ubuntu - Gothicawakening - 2016-03-19

I think installing a previous version from a PPA is likely going to be difficult as there could be dependency issues.
Could be worth searching for a .deb file for that version and see if it can be installed with dpkg.

If I was you I would compile from source:

Download the source from here: http://mirrors.kodi.tv/releases/source/
Follow instructions here: http://kodi.wiki/view/HOW-TO:Compile_Kodi_for_Ubuntu

For compiling an older version it's probably best to do manual dependencies (2.2) instead of using the PPA (2.1).

If you've never done that it might seem daunting but actually the hard part is getting all the dependencies, once that's done compiling and installing is very easy (although it takes some time to compile).


RE: Installing Previous Versions on Ubuntu - DaVu - 2016-03-19

No need to compile Kodi if you want to use Kodi Isengard:

https://launchpad.net/~team-xbmc/+archive/ubuntu/kodi-old

Just install that ppa and install the package from this one


RE: Installing Previous Versions on Ubuntu - Gothicawakening - 2016-03-19

Good call! I didn't know about the kodi-old-stable PPA.

That's definitely the easiest way!


RE: Installing Previous Versions on Ubuntu - Warhoon - 2016-03-19

Great! Took some weird dance moves to get the dependencies right, but installing from the old ppa worked. Thank you to everyone!


RE: Installing Previous Versions on Ubuntu - MrPez - 2016-04-27

(2016-03-19, 08:54)David1977 Wrote: No need to compile Kodi if you want to use Kodi Isengard:

https://launchpad.net/~team-xbmc/+archive/ubuntu/kodi-old

Just install that ppa and install the package from this one

Probably being dim here, but after you add that repository, how do you install? Do you need to specify the version number? I'm trying to install any version before 16.1 onto mint 17.3 (trusty). Any advice?


RE: Installing Previous Versions on Ubuntu - black_eagle - 2016-04-27

Code:
sudo apt-get remove kodi kodi-bin  # remove current version
sudo add-apt-repository -r ppa:team-xbmc/ppa  #remove current ppa
sudo add-apt-repository ppa:team-xbmc/kodi-old  # add new ppa
sudo apt-get update  # update software lists
sudo apt get install kodi  #  installs 15.2


Think that should do it.


RE: Installing Previous Versions on Ubuntu - MrPez - 2016-04-27

Thanks for the help, but the dependencies aren't met and I'm a bit lost!

Code:
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:15.2~git20151019.1039-final-0trusty.1~) but 2:16.1~git20160424.1410-final-0trusty is to be installed
E: Unable to correct problems, you have held broken packages.



RE: Installing Previous Versions on Ubuntu - black_eagle - 2016-04-27

what does
apt-cache policy kodi kodi-bin
say?


RE: Installing Previous Versions on Ubuntu - MrPez - 2016-04-27

(2016-04-27, 21:35)black_eagle Wrote: what does
apt-cache policy kodi kodi-bin
say?

Code:
kodi:
  Installed: (none)
  Candidate: 2:15.2~git20151019.1039-final-0trusty
  Version table:
     2:15.2~git20151019.1039-final-0trusty 0
        500 http://ppa.launchpad.net/team-xbmc/kodi-old/ubuntu/ trusty/main amd64 Packages
kodi-bin:
  Installed: 2:16.1~git20160424.1410-final-0trusty
  Candidate: 2:16.1~git20160424.1410-final-0trusty
  Version table:
*** 2:16.1~git20160424.1410-final-0trusty 0
        100 /var/lib/dpkg/status
     2:15.2~git20151019.1039-final-0trusty 0
        500 http://ppa.launchpad.net/team-xbmc/kodi-old/ubuntu/ trusty/main amd64 Packages



RE: Installing Previous Versions on Ubuntu - fritsch - 2016-04-27

You can temporarily try with 15.2

sudo apt-get install kodi=2:15.2~git20151019.1039-final-0trusty kodi-bin=2:15.2~git20151019.1039-final-0trusty


RE: Installing Previous Versions on Ubuntu - black_eagle - 2016-04-27

Ha, part of it is still installed.

Sudo apt-get remove kodi-bin

Then check again with apt-cache policy kodi kodi-bin

You should get the same thing for both parts.
Installed : (none)
candidate: 2:15.2~etc etc


RE: Installing Previous Versions on Ubuntu - MrPez - 2016-04-27

Got it thanksSmile


RE: Installing Previous Versions on Ubuntu - mxlance - 2016-04-27

i missed the last part of this while i was asking for help elsewhere.
so is this only going to work to go back to kodi 15.2 and not to kodi 16?
and is it worth it or is a fix for 16.1 in the works?
i spent a a day tring to fix this thinking this was my fault.
any idea?

please do not think i am ungreatful or complaining i am not, only looking for some guidance.

thank you so much


RE: Installing Previous Versions on Ubuntu - fritsch - 2016-04-27

For now - you have the bug - all my samba shares work perfectly fine so I cannot reproduce. In order to solve something we need to know what worked last. As you cannot build from source, try with 15.2 and see if that one works.

This: http://forum.kodi.tv/showthread.php?tid=271280&pid=2322383#pid2322383 is most likely also your issue, which is an Ubuntu bug after a package bump.