Kodibuntu - Downgrade from Nigtly (Jarvis) to Stable (Isengard)?
#1
hello

is it possible to downgrade kodi from Nigtly (Jarvis) to Stable (Isengard)?

regard
AsRock Q1900DC - SanDisk SSD 64GB - Crucial 2x 4GB - Streacom F1C EVO (Futaba M166A Display, YARD2) - BluRay Panasonic UJ-265
Reply
#2
short answer, yes

long answer:

Normally if you download Kodibuntu from the download page, you have just to do:

Code:
sudo apt-get update && sudo apt-get dist-upgrade -y

So, if you are using the actual Kodibuntu and got a nightly, you have added the unstable ppa yourself.

We should check first, which kodi version and which PPAs are installed on your system. So please get us the output of:

Code:
apt-cache policy kodi


If you are on a nightly (what will be seen if we got the output from the command above), we could go further....

Remove Kodi (the nightly)

Code:
sudo apt-get purge kodi

remove the unstable ppa

Code:
sudo add-apt-repository --remove ppa:team-xbmc/xbmc-nightly

add the stable ppa:

Code:
sudo add-apt-repository ppa:team-xbmc/ppa

update it:

Code:
sudo apt-get update

and then install kodi:

Code:
sudo apt-get install kodi

Note:

Please get us the output of the first command first (the sudo apt-cache policy thing) before doing the other things
Reply
#3
(2016-01-03, 10:58)David1977 Wrote: short answer, yes

long answer:

Normally if you download Kodibuntu from the download page, you have just to do:

Code:
sudo apt-get update && sudo apt-get dist-upgrade -y

So, if you are using the actual Kodibuntu and got a nightly, you have added the unstable ppa yourself.

We should check first, which kodi version and which PPAs are installed on your system. So please get us the output of:

Code:
apt-cache policy kodi


If you are on a nightly (what will be seen if we got the output from the command above), we could go further....

Remove Kodi (the nightly)

Code:
sudo apt-get purge kodi

remove the unstable ppa

Code:
sudo add-apt-repository --remove ppa:team-xbmc/xbmc-nightly

add the stable ppa:

Code:
sudo add-apt-repository ppa:team-xbmc/ppa

update it:

Code:
sudo apt-get update

and then install kodi:

Code:
sudo apt-get install kodi

Note:

Please get us the output of the first command first (the sudo apt-cache policy thing) before doing the other things

How can i get to the terminal in kodibuntu ? tryed ctrl +alt+ t , no terminal ?
Regards Jobes
Sorry ! Just figered it out now. After using Quit option got me to Lubuntu and terminal.
Reply
#4
Please don't forget to get us the output of

Code:
apt-cache policy kodi

first before you do the rest. There are other ways, too. So we need that output
Reply
#5
Bug 
* Documentation: https://help.ubuntu.com/

Last login: Sun May 29 10:48:28 2016 from 192.168.1.10
xbmc@z:~$ sudo apt-cache policy kodi
[sudo] password for xbmc:
kodi:
Installed: 2:17.0~git20160529.0200-11a6396-0trusty
Candidate: 2:17.0~git20160529.0200-11a6396-0trusty
Version table:
*** 2:17.0~git20160529.0200-11a6396-0trusty 0
500 http://ppa.launchpad.net/team-xbmc/xbmc-nightly/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status
2:17.0~git20160501.1247-alpha1-0trusty 0
500 http://ppa.launchpad.net/team-xbmc/unstable/ubuntu/ trusty/main amd64 Packages
2:16.1~git20160424.1410-final-0trusty 0
500 http://ppa.launchpad.net/team-xbmc/ppa/ubuntu/ trusty/main amd64 Packages


--- Lets see if this works for Krypton as well --
so far no change, after an update I cant switch profiles is why I want to downgrade.

Confused
Reply
#6
You are still on krypton.

If you want to use the stable Jarvis now, you have to remove the "nightly" and the "unstalbe" ppa first.
Reply

Logout Mark Read Team Forum Stats Members Help
Kodibuntu - Downgrade from Nigtly (Jarvis) to Stable (Isengard)?0