You are not logged in.

#1 2016-05-27 16:41:44

Egyptrules
Member
Registered: 2016-05-27
Posts: 16

Kodi on Bunsenlabs

Hi all I'm a bit new to Bunsenlabs and still getting started with Linux, my current settup is an old desktop connected to my TV so I want to put kodi on bunsenlabs  I followed the instructions on kodi.tv (official) and its not working

Specifically what i did was exactly as the wiki told me to:
http://kodi.wiki/view/HOW-TO:Install_Kodi_for_Linux


The installation if you are using Debian (Jessie), you can use the debian-backports repository.
Add the following lines to your /etc/apt/sources.list file, as superuser (sudo)

# kodi repos
# starting with debian jessie, debian provides kodi via its backports repository
# remember: those packages are not supported by team kodi
deb [url]http://http.debian.net/debian[/url] jessie-backports main

And then, update APT and install Kodi.

sudo apt-get update
sudo apt-get install kodi

i added the line in my sources.list and updated and tried to insatll kodi and got this
Also i dont know if this is related but when i update I get some errors

Err http://ppa.launchpad.net bunsen-hydrogen/main amd64 Packages                  
  404  Not Found

and

Err [url]http://ports.ubuntu.com[/url] wily/main amd64 Packages                              
  404  Not Found [IP: 91.189.88.151 80]
Err [url]http://ports.ubuntu.com[/url] wily/restricted amd64 Packages
  404  Not Found [IP: 91.189.88.151 80]
Err [url]http://ports.ubuntu.com[/url] wily/universe amd64 Packages
  404  Not Found [IP: 91.189.88.151 80]
Err [url]http://ports.ubuntu.com[/url] wily/multiverse amd64 Packages
  404  Not Found [IP: 91.189.88.151 80]


Err [url]http://ports.ubuntu.com[/url] wily-updates/main amd64 Packages
  404  Not Found [IP: 91.189.88.151 80]
Err [url]http://ports.ubuntu.com[/url] wily-updates/restricted amd64 Packages
  404  Not Found [IP: 91.189.88.151 80]
Err [url]http://ports.ubuntu.com[/url] wily-updates/universe amd64 Packages
  404  Not Found [IP: 91.189.88.151 80]
Err [url]http://ports.ubuntu.com[/url] wily-updates/multiverse amd64 Packages
  404  Not Found [IP: 91.189.88.151 80]

Err [url]http://ports.ubuntu.com[/url] wily-security/main amd64 Packages
  404  Not Found [IP: 91.189.88.151 80]
Err [url]http://ports.ubuntu.com[/url] wily-security/restricted amd64 Packages
  404  Not Found [IP: 91.189.88.151 80]
Err [url]http://ports.ubuntu.com[/url] wily-security/universe amd64 Packages
  404  Not Found [IP: 91.189.88.151 80]
Err [url]http://ports.ubuntu.com[/url] wily-security/multiverse amd64 Packages
  404  Not Found [IP: 91.189.88.151 80]

Err [url]http://ports.ubuntu.com[/url] wily-backports/main amd64 Packages
  404  Not Found [IP: 91.189.88.151 80]
Err [url]http://ports.ubuntu.com[/url] wily-backports/restricted amd64 Packages
  404  Not Found [IP: 91.189.88.151 80]
Err [url]http://ports.ubuntu.com[/url] wily-backports/universe amd64 Packages
  404  Not Found [IP: 91.189.88.151 80]
Err [url]http://ports.ubuntu.com[/url] wily-backports/multiverse amd64 Packages
  404  Not Found [IP: 91.189.88.151 80]

are these errors i have to worry about??
finally my error when installing kodi is

tv@TV-PC:~$ sudo apt-get install kodi
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 (>= 15.2+dfsg1-1~bpo8+1) but it is not going to be installed
        Depends: kodi-bin (< 15.2+dfsg1-1~bpo8+1.1~) but it is not going to be installed
        Depends: kodi-data but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

I tried to install using

sudo apt-get install kodi kodi-bin kodi-data

but that just gives that each of those depends on unmet dependencies of their own and I feel like Im just compiling it myself which doesnt feel right

Sorry if this post is too long im still trying to learn linux
Thanks!

Offline

#2 2016-05-27 16:57:25

xaos52
The Good Doctor
From: Planet of the @pes
Registered: 2015-09-30
Posts: 695

Re: Kodi on Bunsenlabs

Please post your sources.list file.
Looks like you have some ppa's in there.
ppa's are Ubuntu specific and generally should be avoided when using Debian - and Bunsenlabs is using Debian.
Remove the lines containing ppa's.
Then add the Debian backports repos - IIRC you can use the bl-welcome script for that.
Run apt-get update and apt-get install kodi.

If you still get errors post the content of your sources.list file

Offline

#3 2016-05-27 17:08:39

Egyptrules
Member
Registered: 2016-05-27
Posts: 16

Re: Kodi on Bunsenlabs

Okay how do i remove ppa's? is it from the sources.list? and i already used bl-welcome to install backports repos

this is my sources.list

deb http://ports.ubuntu.com/ wily main restricted universe multiverse
deb-src http://ports.ubuntu.com/ wily main restricted universe multiverse
deb http://ports.ubuntu.com/ wily-updates main restricted universe multiverse
deb-src http://ports.ubuntu.com/ wily-updates main restricted universe multiverse
deb http://ports.ubuntu.com/ wily-security main restricted universe multiverse
deb-src http://ports.ubuntu.com/ wily-security main restricted universe multiverse
deb http://ports.ubuntu.com/ wily-backports main restricted universe multiverse
deb-src http://ports.ubuntu.com/ wily-backports main restricted universe multiverse
deb http://http.debian.net/debian jessie-backports main

Thanks again!

Last edited by damo (2016-05-27 17:24:25)

Offline

#4 2016-05-27 17:23:25

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Kodi on Bunsenlabs

^ If you could use [ code ] tags for terminal output it would be appreciated wink

Presumably that isn't all your sources, if you are running BunsenLabs?

Have you tried to install anything from the ubuntu repos? If not, then removing those lines from your sources will likely save you a lot of grief. Remember you typed "I understand" at the beginning of the welcome screens, to acknowledge the dangers of eg ppa's on Debian Stable.

If you have already installed applications, keep fingers crossed there are no future package conflicts.


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#5 2016-05-27 17:28:43

Egyptrules
Member
Registered: 2016-05-27
Posts: 16

Re: Kodi on Bunsenlabs

Okay will do smile Well the whole purpose was to install kodi with those ppa's but I can remove them and just keep the last one

deb http://http.debian.net/debian jessie-backports main

(is that right for code tags?

but that still doesnt solve how to install kodi
Thanks!

Offline

#6 2016-05-27 17:39:34

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Kodi on Bunsenlabs

Egyptrules wrote:

Okay will do smile Well the whole purpose was to install kodi with those ppa's but I can remove them and just keep the last one

deb http://http.debian.net/debian jessie-backports main

(is that right for code tags?

but that still doesnt solve how to install kodi
Thanks!

Much nicer thanks smile

The Bunsenlabs Repositories page shows how to install from backports, as does the sticky Help thread here: Sources - sources.list and backports details

sudo apt-get -t jessie-backports install <package>"

So I would try

sudo apt-get -t jessie-backports install kodi --simulate

and see what it would do. If there are no errors, then do it again without the "--simulate" switch.

I haven't looked to see which repo kodi is in, so you may need 'contrib' and 'non-free' as well as main. "Menu -> Help -> Debian -> Package Search" should help.

Last edited by damo (2016-05-27 17:41:50)


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#7 2016-05-27 17:43:41

Egyptrules
Member
Registered: 2016-05-27
Posts: 16

Re: Kodi on Bunsenlabs

Okay so I tried with the --simulate and got this

tv@TV-PC:~$ sudo apt-get -t jessie-backports install kodi --simulate
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 (>= 15.2+dfsg1-1~bpo8+1) but it is not going to be installed
        Depends: kodi-bin (< 15.2+dfsg1-1~bpo8+1.1~) but it is not going to be installed
        Depends: kodi-data but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

which was the same error as trying to install using

apt-get install kodi

Last edited by Egyptrules (2016-05-27 17:44:02)

Offline

#8 2016-05-27 17:55:34

pvsage
Internal Affairs
Registered: 2015-09-29
Posts: 1,433

Re: Kodi on Bunsenlabs

Egyptrules wrote:

Okay will do smile Well the whole purpose was to install kodi with those ppa's but I can remove them and just keep the last one

deb http://http.debian.net/debian jessie-backports main

(is that right for code tags?

but that still doesnt solve how to install kodi
Thanks!

Looks like you're missing the primary Jessie repo.  You should also have at a minimum:

deb http://httpredir.debian.org/debian/ jessie main
deb http://security.debian.org/ jessie/updates main

(httpredir.debian.org is the preferred URI for http.debian.net; they're mostly functionally equivalent, but the latter occasionally has regional DNS difficulty.  Long story.)


Be excellent to each other, and...party on, dudes!
BunsenLabs Forum Rules
Tending and defending the Flame since 2009

Offline

#9 2016-05-27 17:56:31

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Kodi on Bunsenlabs

^^ Probably because of conflicts with ubuntu packages you have installed. You now have a broken system sad

The usual advice is to re-install, which is often the least painful way to go. But someone with better knowledge than me might be able to work it out.


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#10 2016-05-27 18:00:50

Egyptrules
Member
Registered: 2016-05-27
Posts: 16

Re: Kodi on Bunsenlabs

Okay so i updated my sources.list with

# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20160210-22:53]/ jessie con$

# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20160210-22:53]/ jessie con$

deb http://httpredir.debian.org/debian jessie main contrib non-free
#deb-src http://httpredir.debian.org/debian jessie main contrib non-free

deb http://security.debian.org/ jessie/updates main contrib non-free
#deb-src http://security.debian.org/ jessie/updates main contrib non-free

# jessie-updates, previously known as 'volatile'
deb http://httpredir.debian.org/debian jessie-updates main contrib non-free
#deb-src http://httpredir.debian.org/debian jessie-updates main contrib non-free


# kodi repos
# starting with debian jessie, debian provides kodi via its backports repository
# remember: those packages are not supported by team kodi
deb http://http.debian.net/debian jessie-backports main

and I followed the link from the help thread here so now i should have everything (hopefully) set up properly and i ran

sudo apt-get -t jessie-backports install kodi --simulate

and still got the same error

Offline

#11 2016-05-27 18:01:59

Egyptrules
Member
Registered: 2016-05-27
Posts: 16

Re: Kodi on Bunsenlabs

might i ask if any of you kind folks can install kodi ??

Offline

#12 2016-05-27 18:05:48

pvsage
Internal Affairs
Registered: 2015-09-29
Posts: 1,433

Re: Kodi on Bunsenlabs

^ --simulate without error on vanilla Debian LXDE installation.

In an effort to rule out everything, I'l point out that we're assuming you update your sources after modifying /etc/apt/sources.list (e.g. 'sudo apt-get update')?

Last edited by pvsage (2016-05-27 18:07:40)


Be excellent to each other, and...party on, dudes!
BunsenLabs Forum Rules
Tending and defending the Flame since 2009

Offline

#13 2016-05-27 18:06:52

Egyptrules
Member
Registered: 2016-05-27
Posts: 16

Re: Kodi on Bunsenlabs

yep just did that and tried the simulate and same old error

Offline

#14 2016-05-27 18:08:47

pvsage
Internal Affairs
Registered: 2015-09-29
Posts: 1,433

Re: Kodi on Bunsenlabs

Let's try a simple 'apt-get upgrade' and see what errors that gives you.  You may have totally f**ked your system with those Ubuntu PPAs. sad

Last edited by pvsage (2016-05-27 18:10:11)


Be excellent to each other, and...party on, dudes!
BunsenLabs Forum Rules
Tending and defending the Flame since 2009

Offline

#15 2016-05-27 18:10:27

Egyptrules
Member
Registered: 2016-05-27
Posts: 16

Re: Kodi on Bunsenlabs

Here is my 'sudo apt-get update'

tv@TV-PC:~$ sudo apt-get update
Ign http://dl.google.com stable InRelease
Hit http://security.debian.org jessie/updates InRelease                           
Hit http://pkg.bunsenlabs.org jessie-backports InRelease                          
Hit http://dl.google.com stable Release.gpg                                       
Hit http://dl.google.com stable Release                                           
Hit http://pkg.bunsenlabs.org bunsen-hydrogen InRelease                           
Hit http://security.debian.org jessie/updates/main amd64 Packages                 
Hit http://http.debian.net jessie-backports InRelease                             
Hit http://dl.google.com stable/main amd64 Packages                               
Hit http://pkg.bunsenlabs.org jessie-backports/main amd64 Packages                
Ign http://httpredir.debian.org jessie InRelease                                  
Hit http://security.debian.org jessie/updates/contrib amd64 Packages              
Hit http://security.debian.org jessie/updates/non-free amd64 Packages             
Get:1 http://http.debian.net jessie-backports/main amd64 Packages/DiffIndex [27.8 kB]
Hit http://security.debian.org jessie/updates/contrib Translation-en              
Hit http://security.debian.org jessie/updates/main Translation-en                 
Hit http://pkg.bunsenlabs.org bunsen-hydrogen/main amd64 Packages                 
Get:2 http://http.debian.net jessie-backports/main Translation-en/DiffIndex [27.8 kB]
Hit http://security.debian.org jessie/updates/non-free Translation-en             
Hit http://httpredir.debian.org jessie-updates InRelease                          
Hit http://httpredir.debian.org jessie-backports InRelease                        
Hit http://httpredir.debian.org jessie Release.gpg                                
Get:3 http://httpredir.debian.org jessie-updates/main amd64 Packages/DiffIndex [3,472 B]
Ign http://dl.google.com stable/main Translation-en_US                            
Hit http://httpredir.debian.org jessie-updates/contrib amd64 Packages             
Ign http://dl.google.com stable/main Translation-en                               
Get:4 http://httpredir.debian.org jessie-updates/non-free amd64 Packages/DiffIndex [736 B]
Hit http://httpredir.debian.org jessie-updates/contrib Translation-en             
Get:5 http://httpredir.debian.org jessie-updates/main Translation-en/DiffIndex [1,720 B]
Get:6 http://httpredir.debian.org jessie-updates/non-free Translation-en/DiffIndex [736 B]
Get:7 http://httpredir.debian.org jessie-backports/main amd64 Packages/DiffIndex [27.8 kB]
Hit http://www.deb-multimedia.org jessie InRelease                             
Hit http://www.deb-multimedia.org jessie/main amd64 Packages                      
Get:8 http://httpredir.debian.org jessie-backports/contrib amd64 Packages/DiffIndex [10.5 kB]
Get:9 http://httpredir.debian.org jessie-backports/non-free amd64 Packages/DiffIndex [6,622 B]
Get:10 http://httpredir.debian.org jessie-backports/contrib Translation-en/DiffIndex [3,532 B]
Hit http://www.deb-multimedia.org jessie/non-free amd64 Packages                  
Get:11 http://httpredir.debian.org jessie-backports/main Translation-en/DiffIndex [27.8 kB]
Get:12 http://httpredir.debian.org jessie-backports/non-free Translation-en/DiffIndex [6,346 B]
Ign http://pkg.bunsenlabs.org jessie-backports/main Translation-en_US
Hit http://httpredir.debian.org jessie Release
Ign http://pkg.bunsenlabs.org jessie-backports/main Translation-en
Hit http://httpredir.debian.org jessie/main amd64 Packages
Hit http://httpredir.debian.org jessie/contrib amd64 Packages                     
Ign http://pkg.bunsenlabs.org bunsen-hydrogen/main Translation-en_US              
Ign http://pkg.bunsenlabs.org bunsen-hydrogen/main Translation-en                 
Hit http://httpredir.debian.org jessie/non-free amd64 Packages                    
Hit http://httpredir.debian.org jessie/contrib Translation-en                     
Hit http://httpredir.debian.org jessie/main Translation-en                        
Hit http://httpredir.debian.org jessie/non-free Translation-en                    
Ign http://www.deb-multimedia.org jessie/main Translation-en_US                   
Ign http://www.deb-multimedia.org jessie/main Translation-en
Ign http://www.deb-multimedia.org jessie/non-free Translation-en_US
Ign http://www.deb-multimedia.org jessie/non-free Translation-en
Fetched 145 kB in 24s (6,011 B/s)
Reading package lists... Done

Offline

#16 2016-05-27 18:11:27

Egyptrules
Member
Registered: 2016-05-27
Posts: 16

Re: Kodi on Bunsenlabs

Oh sh*t okay reinstall it is XD hey such is life (and learning curves XD)

BTW where any of you able to install kodi (just so i know its possible?)

Last edited by Egyptrules (2016-05-27 18:12:14)

Offline

#17 2016-05-27 18:15:09

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,030

Re: Kodi on Bunsenlabs

1. I cleaned up the earlier post with code tags.

2.  Since I have: jessie-backports in my sources.list along with the "contrib non-free" that damo suggested

## BACKPORTS
deb http://ftp.us.debian.org//debian jessie-backports main contrib non-free
# deb http://httpredir.debian.org/debian jessie-backports main contrib non-free

I did a search - kodi is there and a simulated get:

 27 May 16 @ 15:10:01 ~
  $ ser kodi
alias ser = aptitude search
p   kodi                                            - Open Source Home Theatre (executable binaries)            
p   kodi:i386                                       - Open Source Home Theatre (executable binaries)            
p   kodi-addons-dev                                 - Open Source Home Theatre (Addons Dev package)             
p   kodi-addons-dev:i386                            - Open Source Home Theatre (Addons Dev package)             
p   kodi-bin                                        - Open Source Home Theatre (architecture-dependent files)   
p   kodi-bin:i386                                   - Open Source Home Theatre (architecture-dependent files)   
p   kodi-data                                       - Open Source Home Theatre (arch-independent data package)  
v   kodi-data:i386                                  -                                                           
p   kodi-eventclients-common                        - Open Source Home Theatre (Event Client Common package)    
v   kodi-eventclients-common:i386                   -                                                           
p   kodi-eventclients-dev                           - Open Source Home Theatre (Event Client Dev package)       
v   kodi-eventclients-dev:i386                      -                                                           
p   kodi-eventclients-j2me                          - Open Source Home Theatre (Event Client J2ME package)      
p   kodi-eventclients-kodi-send                     - Open Source Home Theatre (Event Client Kodi-SEND package) 
p   kodi-eventclients-ps3                           - Open Source Home Theatre (Event Client PS3 package)       
v   kodi-eventclients-ps3:i386                      -                                                           
p   kodi-eventclients-wiiremote                     - Open Source Home Theatre (Event Client WII Remote support 
p   kodi-eventclients-wiiremote:i386                - Open Source Home Theatre (Event Client WII Remote support 
p   kodi-pvr-hts                                    - Kodi PVR Addon TvHeadend Hts                              
p   kodi-pvr-hts:i386                               - Kodi PVR Addon TvHeadend Hts                              
p   kodi-pvr-vdr-vnsi                               - Kodi PVR Addon VDR VNSI                                   
p   kodi-pvr-vdr-vnsi:i386                          - Kodi PVR Addon VDR VNSI                                   
p   libkodiplatform-dev                             - Kodi platform support library -- development files        
p   libkodiplatform-dev:i386                        - Kodi platform support library -- development files        
p   libkodiplatform16v4                             - Kodi platform support library                             
p   libkodiplatform16v4:i386                        - Kodi platform support library                             
 
 27 May 16 @ 15:10:19 ~
  $ sget kodi
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  fonts-roboto kodi-bin kodi-data libftgl2 libjs-iscroll libldb1 libmicrohttpd10 libmysqlclient18 libntdb1
  libsmbclient libssh-4 libtalloc2 libtevent0 libwbclient0 mysql-common python-talloc samba-libs
Recommended packages:
  libcec3v4 libhdhomerun1 libmpeg2-4 libnfs4
The following NEW packages will be installed:
  fonts-roboto kodi kodi-bin kodi-data libftgl2 libjs-iscroll libldb1 libmicrohttpd10 libmysqlclient18
  libntdb1 libsmbclient libssh-4 libtalloc2 libtevent0 libwbclient0 mysql-common python-talloc samba-libs
0 upgraded, 18 newly installed, 0 to remove and 2 not upgraded.
Inst fonts-roboto (1:4.4.4r2-6 Debian:8.4/stable [all])
Inst libftgl2 (2.1.3~rc5-4+nmu1 Debian:8.4/stable [amd64])
Inst libtalloc2 (2.1.2-0+deb8u1 Debian-Security:8/stable [amd64])
Inst libtevent0 (0.9.25-0+deb8u1 Debian-Security:8/stable [amd64])
Inst libldb1 (2:1.1.20-0+deb8u1 Debian-Security:8/stable [amd64])
Inst libmicrohttpd10 (0.9.37+dfsg-1+b1 Debian:8.4/stable [amd64])
Inst mysql-common (5.5.49-0+deb8u1 Debian-Security:8/stable [all])
Inst libmysqlclient18 (5.5.49-0+deb8u1 Debian-Security:8/stable [amd64])
Inst libntdb1 (1.0-5 Debian:8.4/stable [amd64])
Inst libwbclient0 (2:4.2.10+dfsg-0+deb8u2 Debian-Security:8/stable [amd64])
Inst python-talloc (2.1.2-0+deb8u1 Debian-Security:8/stable [amd64])
Inst samba-libs (2:4.2.10+dfsg-0+deb8u2 Debian-Security:8/stable [amd64])
Inst libsmbclient (2:4.2.10+dfsg-0+deb8u2 Debian-Security:8/stable [amd64])
Inst libssh-4 (0.6.3-4+deb8u2 Debian:8.4/stable, Debian-Security:8/stable [amd64])
Inst kodi-bin (15.2+dfsg1-1~bpo8+1 Debian Backports:jessie-backports [amd64])
Inst libjs-iscroll (5.1.2+dfsg1-1 Debian:8.4/stable [all])
Inst kodi-data (15.2+dfsg1-1~bpo8+1 Debian Backports:jessie-backports [all])
Inst kodi (15.2+dfsg1-1~bpo8+1 Debian Backports:jessie-backports [amd64])
Conf fonts-roboto (1:4.4.4r2-6 Debian:8.4/stable [all])
Conf libftgl2 (2.1.3~rc5-4+nmu1 Debian:8.4/stable [amd64])
Conf libtalloc2 (2.1.2-0+deb8u1 Debian-Security:8/stable [amd64])
Conf libtevent0 (0.9.25-0+deb8u1 Debian-Security:8/stable [amd64])
Conf libldb1 (2:1.1.20-0+deb8u1 Debian-Security:8/stable [amd64])
Conf libmicrohttpd10 (0.9.37+dfsg-1+b1 Debian:8.4/stable [amd64])
Conf mysql-common (5.5.49-0+deb8u1 Debian-Security:8/stable [all])
Conf libmysqlclient18 (5.5.49-0+deb8u1 Debian-Security:8/stable [amd64])
Conf libntdb1 (1.0-5 Debian:8.4/stable [amd64])
Conf libwbclient0 (2:4.2.10+dfsg-0+deb8u2 Debian-Security:8/stable [amd64])
Conf python-talloc (2.1.2-0+deb8u1 Debian-Security:8/stable [amd64])
Conf samba-libs (2:4.2.10+dfsg-0+deb8u2 Debian-Security:8/stable [amd64])
Conf libsmbclient (2:4.2.10+dfsg-0+deb8u2 Debian-Security:8/stable [amd64])
Conf libssh-4 (0.6.3-4+deb8u2 Debian:8.4/stable, Debian-Security:8/stable [amd64])
Conf kodi-bin (15.2+dfsg1-1~bpo8+1 Debian Backports:jessie-backports [amd64])
Conf libjs-iscroll (5.1.2+dfsg1-1 Debian:8.4/stable [all])
Conf kodi-data (15.2+dfsg1-1~bpo8+1 Debian Backports:jessie-backports [all])
Conf kodi (15.2+dfsg1-1~bpo8+1 Debian Backports:jessie-backports [amd64])
 
 27 May 16 @ 15:10:47 ~
  $ 

Looks like it will install just fine.


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#18 2016-05-27 18:15:21

xaos52
The Good Doctor
From: Planet of the @pes
Registered: 2015-09-30
Posts: 695

Re: Kodi on Bunsenlabs

try

aptitude why-not kodi

and post the result.

Just installed kodi:

 /h/m/t/t/x/xorg-server-1.16.4 aptinst kodi
[sudo] password for me: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
   fonts-roboto (4.4.4r2-6)
   kodi-bin (15.2+dfsg1-1~bpo8+1)
   kodi-data (15.2+dfsg1-1~bpo8+1)
   libavcodec-ffmpeg56 (2.8.6-1~bpo8+1)
   libavfilter-ffmpeg5 (2.8.6-1~bpo8+1)
   libavformat-ffmpeg56 (2.8.6-1~bpo8+1)
   libavresample-ffmpeg2 (2.8.6-1~bpo8+1)
   libavutil-ffmpeg54 (2.8.6-1~bpo8+1)
   libcec3v4 (3.1.0+dfsg1-4~bpo8+2)
   libftgl2 (2.1.3~rc5-4+nmu1)
   libhdhomerun1 (20140604-2)
   libjs-iscroll (5.1.2+dfsg1-1)
   libmicrohttpd10 (0.9.37+dfsg-1+b1)
   libnfs4 (1.9.5-2)
   libp8-platform2v4 (2.0.1+dfsg1-1~bpo8+1)
   libpgm-5.1-0 (5.1.118-1~dfsg-1)
   libpostproc-ffmpeg53 (2.8.6-1~bpo8+1)
   libsdl2-2.0-0 (2.0.2+dfsg1-6)
   libsnappy1 (1.1.2-3)
   libsodium13 (1.0.0-1)
   libsoxr0 (0.1.1-1)
   libssh-4 (0.6.3-4+deb8u2)
   libssh-gcrypt-4 (0.6.3-4+deb8u2)
   libswresample-ffmpeg1 (2.8.6-1~bpo8+1)
   libswscale-ffmpeg3 (2.8.6-1~bpo8+1)
   libx265-59 (1.7-4~bpo8+1)
   libzmq3 (4.0.5+dfsg-2+deb8u1)
   python-imaging (2.6.1-2+deb8u2)
Suggested packages:
   libx265-59-dbg (1.7-4~bpo8+1)
The following NEW packages will be installed:
   fonts-roboto (4.4.4r2-6)
   kodi (15.2+dfsg1-1~bpo8+1)
   kodi-bin (15.2+dfsg1-1~bpo8+1)
   kodi-data (15.2+dfsg1-1~bpo8+1)
   libavcodec-ffmpeg56 (2.8.6-1~bpo8+1)
   libavfilter-ffmpeg5 (2.8.6-1~bpo8+1)
   libavformat-ffmpeg56 (2.8.6-1~bpo8+1)
   libavresample-ffmpeg2 (2.8.6-1~bpo8+1)
   libavutil-ffmpeg54 (2.8.6-1~bpo8+1)
   libcec3v4 (3.1.0+dfsg1-4~bpo8+2)
   libftgl2 (2.1.3~rc5-4+nmu1)
   libhdhomerun1 (20140604-2)
   libjs-iscroll (5.1.2+dfsg1-1)
   libmicrohttpd10 (0.9.37+dfsg-1+b1)
   libnfs4 (1.9.5-2)
   libp8-platform2v4 (2.0.1+dfsg1-1~bpo8+1)
   libpgm-5.1-0 (5.1.118-1~dfsg-1)
   libpostproc-ffmpeg53 (2.8.6-1~bpo8+1)
   libsdl2-2.0-0 (2.0.2+dfsg1-6)
   libsnappy1 (1.1.2-3)
   libsodium13 (1.0.0-1)
   libsoxr0 (0.1.1-1)
   libssh-4 (0.6.3-4+deb8u2)
   libssh-gcrypt-4 (0.6.3-4+deb8u2)
   libswresample-ffmpeg1 (2.8.6-1~bpo8+1)
   libswscale-ffmpeg3 (2.8.6-1~bpo8+1)
   libx265-59 (1.7-4~bpo8+1)
   libzmq3 (4.0.5+dfsg-2+deb8u1)
   python-imaging (2.6.1-2+deb8u2)
0 upgraded, 29 newly installed, 0 to remove and 1 not upgraded.
Need to get 27.0 MB of archives.
After this operation, 78.6 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://httpredir.debian.org/debian/ jessie/main fonts-roboto all 1:4.4.4r2-6 [369 kB]
Get:2 http://httpredir.debian.org/debian/ jessie-backports/main libavutil-ffmpeg54 amd64 7:2.8.6-1~bpo8+1 [193 kB]
Get:3 http://httpredir.debian.org/debian/ jessie/main libsnappy1 amd64 1.1.2-3 [40.4 kB]
Get:4 http://httpredir.debian.org/debian/ jessie/main libsoxr0 amd64 0.1.1-1 [102 kB]
Get:5 http://httpredir.debian.org/debian/ jessie-backports/main libswresample-ffmpeg1 amd64 7:2.8.6-1~bpo8+1 [82.0 kB]
Get:6 http://httpredir.debian.org/debian/ jessie-backports/main libx265-59 amd64 1.7-4~bpo8+1 [686 kB]
Get:7 http://httpredir.debian.org/debian/ jessie-backports/main libavcodec-ffmpeg56 amd64 7:2.8.6-1~bpo8+1 [4,046 kB]
Get:8 http://httpredir.debian.org/debian/ jessie/main libssh-gcrypt-4 amd64 0.6.3-4+deb8u2 [129 kB]
Get:9 http://httpredir.debian.org/debian/ jessie-backports/main libavformat-ffmpeg56 amd64 7:2.8.6-1~bpo8+1 [836 kB]
Get:10 http://httpredir.debian.org/debian/ jessie-backports/main libavresample-ffmpeg2 amd64 7:2.8.6-1~bpo8+1 [82.6 kB]
Get:11 http://httpredir.debian.org/debian/ jessie-backports/main libpostproc-ffmpeg53 amd64 7:2.8.6-1~bpo8+1 [83.0 kB]
Get:12 http://httpredir.debian.org/debian/ jessie-backports/main libswscale-ffmpeg3 amd64 7:2.8.6-1~bpo8+1 [177 kB]
Get:13 http://httpredir.debian.org/debian/ jessie/main libpgm-5.1-0 amd64 5.1.118-1~dfsg-1 [157 kB]
Get:14 http://httpredir.debian.org/debian/ jessie/main libsodium13 amd64 1.0.0-1 [138 kB]
Get:15 http://httpredir.debian.org/debian/ jessie/main libzmq3 amd64 4.0.5+dfsg-2+deb8u1 [436 kB]
Get:16 http://httpredir.debian.org/debian/ jessie-backports/main libavfilter-ffmpeg5 amd64 7:2.8.6-1~bpo8+1 [559 kB]
Get:17 http://httpredir.debian.org/debian/ jessie-backports/main libp8-platform2v4 amd64 2.0.1+dfsg1-1~bpo8+1 [20.6 kB]
Get:18 http://httpredir.debian.org/debian/ jessie-backports/main libcec3v4 amd64 3.1.0+dfsg1-4~bpo8+2 [192 kB]
Get:19 http://httpredir.debian.org/debian/ jessie/main libftgl2 amd64 2.1.3~rc5-4+nmu1 [93.2 kB]
Get:20 http://httpredir.debian.org/debian/ jessie/main libmicrohttpd10 amd64 0.9.37+dfsg-1+b1 [64.4 kB]
Get:21 http://httpredir.debian.org/debian/ jessie/main libnfs4 amd64 1.9.5-2 [59.8 kB]
Get:22 http://httpredir.debian.org/debian/ jessie/main libsdl2-2.0-0 amd64 2.0.2+dfsg1-6 [322 kB]
Get:23 http://httpredir.debian.org/debian/ jessie/main libssh-4 amd64 0.6.3-4+deb8u2 [129 kB]
Get:24 http://httpredir.debian.org/debian/ jessie-backports/main kodi-bin amd64 15.2+dfsg1-1~bpo8+1 [6,273 kB]
Get:25 http://httpredir.debian.org/debian/ jessie/main libjs-iscroll all 5.1.2+dfsg1-1 [223 kB]
Get:26 http://httpredir.debian.org/debian/ jessie/main python-imaging all 2.6.1-2+deb8u2 [9,814 B]
Get:27 http://httpredir.debian.org/debian/ jessie-backports/main kodi-data all 15.2+dfsg1-1~bpo8+1 [11.4 MB]
Get:28 http://httpredir.debian.org/debian/ jessie-backports/main kodi amd64 15.2+dfsg1-1~bpo8+1 [16.7 kB]
Get:29 http://httpredir.debian.org/debian/ jessie/main libhdhomerun1 amd64 20140604-2 [37.4 kB]
Fetched 27.0 MB in 23s (1,154 kB/s)                                               
Selecting previously unselected package fonts-roboto.
(Reading database ... 199666 files and directories currently installed.)
Preparing to unpack .../fonts-roboto_1%3a4.4.4r2-6_all.deb ...
Unpacking fonts-roboto (1:4.4.4r2-6) ...
Selecting previously unselected package libavutil-ffmpeg54:amd64.
Preparing to unpack .../libavutil-ffmpeg54_7%3a2.8.6-1~bpo8+1_amd64.deb ...
Unpacking libavutil-ffmpeg54:amd64 (7:2.8.6-1~bpo8+1) ...
Selecting previously unselected package libsnappy1.
Preparing to unpack .../libsnappy1_1.1.2-3_amd64.deb ...
Unpacking libsnappy1 (1.1.2-3) ...
Selecting previously unselected package libsoxr0:amd64.
Preparing to unpack .../libsoxr0_0.1.1-1_amd64.deb ...
Unpacking libsoxr0:amd64 (0.1.1-1) ...
Selecting previously unselected package libswresample-ffmpeg1:amd64.
Preparing to unpack .../libswresample-ffmpeg1_7%3a2.8.6-1~bpo8+1_amd64.deb ...
Unpacking libswresample-ffmpeg1:amd64 (7:2.8.6-1~bpo8+1) ...
Selecting previously unselected package libx265-59:amd64.
Preparing to unpack .../libx265-59_1.7-4~bpo8+1_amd64.deb ...
Unpacking libx265-59:amd64 (1.7-4~bpo8+1) ...
Selecting previously unselected package libavcodec-ffmpeg56:amd64.
Preparing to unpack .../libavcodec-ffmpeg56_7%3a2.8.6-1~bpo8+1_amd64.deb ...
Unpacking libavcodec-ffmpeg56:amd64 (7:2.8.6-1~bpo8+1) ...
Selecting previously unselected package libssh-gcrypt-4:amd64.
Preparing to unpack .../libssh-gcrypt-4_0.6.3-4+deb8u2_amd64.deb ...
Unpacking libssh-gcrypt-4:amd64 (0.6.3-4+deb8u2) ...
Selecting previously unselected package libavformat-ffmpeg56:amd64.
Preparing to unpack .../libavformat-ffmpeg56_7%3a2.8.6-1~bpo8+1_amd64.deb ...
Unpacking libavformat-ffmpeg56:amd64 (7:2.8.6-1~bpo8+1) ...
Selecting previously unselected package libavresample-ffmpeg2:amd64.
Preparing to unpack .../libavresample-ffmpeg2_7%3a2.8.6-1~bpo8+1_amd64.deb ...
Unpacking libavresample-ffmpeg2:amd64 (7:2.8.6-1~bpo8+1) ...
Selecting previously unselected package libpostproc-ffmpeg53:amd64.
Preparing to unpack .../libpostproc-ffmpeg53_7%3a2.8.6-1~bpo8+1_amd64.deb ...
Unpacking libpostproc-ffmpeg53:amd64 (7:2.8.6-1~bpo8+1) ...
Selecting previously unselected package libswscale-ffmpeg3:amd64.
Preparing to unpack .../libswscale-ffmpeg3_7%3a2.8.6-1~bpo8+1_amd64.deb ...
Unpacking libswscale-ffmpeg3:amd64 (7:2.8.6-1~bpo8+1) ...
Selecting previously unselected package libpgm-5.1-0.
Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-1_amd64.deb ...
Unpacking libpgm-5.1-0 (5.1.118-1~dfsg-1) ...
Selecting previously unselected package libsodium13:amd64.
Preparing to unpack .../libsodium13_1.0.0-1_amd64.deb ...
Unpacking libsodium13:amd64 (1.0.0-1) ...
Selecting previously unselected package libzmq3:amd64.
Preparing to unpack .../libzmq3_4.0.5+dfsg-2+deb8u1_amd64.deb ...
Unpacking libzmq3:amd64 (4.0.5+dfsg-2+deb8u1) ...
Selecting previously unselected package libavfilter-ffmpeg5:amd64.
Preparing to unpack .../libavfilter-ffmpeg5_7%3a2.8.6-1~bpo8+1_amd64.deb ...
Unpacking libavfilter-ffmpeg5:amd64 (7:2.8.6-1~bpo8+1) ...
Selecting previously unselected package libp8-platform2v4:amd64.
Preparing to unpack .../libp8-platform2v4_2.0.1+dfsg1-1~bpo8+1_amd64.deb ...
Unpacking libp8-platform2v4:amd64 (2.0.1+dfsg1-1~bpo8+1) ...
Selecting previously unselected package libcec3v4:amd64.
Preparing to unpack .../libcec3v4_3.1.0+dfsg1-4~bpo8+2_amd64.deb ...
Unpacking libcec3v4:amd64 (3.1.0+dfsg1-4~bpo8+2) ...
Selecting previously unselected package libftgl2:amd64.
Preparing to unpack .../libftgl2_2.1.3~rc5-4+nmu1_amd64.deb ...
Unpacking libftgl2:amd64 (2.1.3~rc5-4+nmu1) ...
Selecting previously unselected package libmicrohttpd10.
Preparing to unpack .../libmicrohttpd10_0.9.37+dfsg-1+b1_amd64.deb ...
Unpacking libmicrohttpd10 (0.9.37+dfsg-1+b1) ...
Selecting previously unselected package libnfs4:amd64.
Preparing to unpack .../libnfs4_1.9.5-2_amd64.deb ...
Unpacking libnfs4:amd64 (1.9.5-2) ...
Selecting previously unselected package libsdl2-2.0-0:amd64.
Preparing to unpack .../libsdl2-2.0-0_2.0.2+dfsg1-6_amd64.deb ...
Unpacking libsdl2-2.0-0:amd64 (2.0.2+dfsg1-6) ...
Selecting previously unselected package libssh-4:amd64.
Preparing to unpack .../libssh-4_0.6.3-4+deb8u2_amd64.deb ...
Unpacking libssh-4:amd64 (0.6.3-4+deb8u2) ...
Selecting previously unselected package kodi-bin:amd64.
Preparing to unpack .../kodi-bin_15.2+dfsg1-1~bpo8+1_amd64.deb ...
Unpacking kodi-bin:amd64 (15.2+dfsg1-1~bpo8+1) ...
Selecting previously unselected package libjs-iscroll.
Preparing to unpack .../libjs-iscroll_5.1.2+dfsg1-1_all.deb ...
Unpacking libjs-iscroll (5.1.2+dfsg1-1) ...
Selecting previously unselected package python-imaging.
Preparing to unpack .../python-imaging_2.6.1-2+deb8u2_all.deb ...
Unpacking python-imaging (2.6.1-2+deb8u2) ...
Selecting previously unselected package kodi-data.
Preparing to unpack .../kodi-data_15.2+dfsg1-1~bpo8+1_all.deb ...
Unpacking kodi-data (15.2+dfsg1-1~bpo8+1) ...
Selecting previously unselected package kodi.
Preparing to unpack .../kodi_15.2+dfsg1-1~bpo8+1_amd64.deb ...
Unpacking kodi (15.2+dfsg1-1~bpo8+1) ...
Selecting previously unselected package libhdhomerun1.
Preparing to unpack .../libhdhomerun1_20140604-2_amd64.deb ...
Unpacking libhdhomerun1 (20140604-2) ...
Processing triggers for fontconfig (2.11.0-6.3) ...
Processing triggers for man-db (2.7.0.2-5) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for desktop-file-utils (0.22-1) ...
Processing triggers for mime-support (3.58) ...
Setting up fonts-roboto (1:4.4.4r2-6) ...
Setting up libavutil-ffmpeg54:amd64 (7:2.8.6-1~bpo8+1) ...
Setting up libsnappy1 (1.1.2-3) ...
Setting up libsoxr0:amd64 (0.1.1-1) ...
Setting up libswresample-ffmpeg1:amd64 (7:2.8.6-1~bpo8+1) ...
Setting up libx265-59:amd64 (1.7-4~bpo8+1) ...
Setting up libavcodec-ffmpeg56:amd64 (7:2.8.6-1~bpo8+1) ...
Setting up libssh-gcrypt-4:amd64 (0.6.3-4+deb8u2) ...
Setting up libavformat-ffmpeg56:amd64 (7:2.8.6-1~bpo8+1) ...
Setting up libavresample-ffmpeg2:amd64 (7:2.8.6-1~bpo8+1) ...
Setting up libpostproc-ffmpeg53:amd64 (7:2.8.6-1~bpo8+1) ...
Setting up libswscale-ffmpeg3:amd64 (7:2.8.6-1~bpo8+1) ...
Setting up libpgm-5.1-0 (5.1.118-1~dfsg-1) ...
Setting up libsodium13:amd64 (1.0.0-1) ...
Setting up libzmq3:amd64 (4.0.5+dfsg-2+deb8u1) ...
Setting up libavfilter-ffmpeg5:amd64 (7:2.8.6-1~bpo8+1) ...
Setting up libp8-platform2v4:amd64 (2.0.1+dfsg1-1~bpo8+1) ...
Setting up libcec3v4:amd64 (3.1.0+dfsg1-4~bpo8+2) ...
Setting up libftgl2:amd64 (2.1.3~rc5-4+nmu1) ...
Setting up libmicrohttpd10 (0.9.37+dfsg-1+b1) ...
Setting up libnfs4:amd64 (1.9.5-2) ...
Setting up libsdl2-2.0-0:amd64 (2.0.2+dfsg1-6) ...
Setting up libssh-4:amd64 (0.6.3-4+deb8u2) ...
Setting up kodi-bin:amd64 (15.2+dfsg1-1~bpo8+1) ...
Setting up libjs-iscroll (5.1.2+dfsg1-1) ...
Setting up python-imaging (2.6.1-2+deb8u2) ...
Setting up kodi-data (15.2+dfsg1-1~bpo8+1) ...
Setting up kodi (15.2+dfsg1-1~bpo8+1) ...
Setting up libhdhomerun1 (20140604-2) ...
Processing triggers for libc-bin (2.19-18+deb8u4) ...
 /h/m/t/t/x/xorg-server-1.16.4 

No problem at all.

Offline

#19 2016-05-27 18:17:02

Egyptrules
Member
Registered: 2016-05-27
Posts: 16

Re: Kodi on Bunsenlabs

tv@TV-PC:~$ aptitude why-not kodi
Unable to find a reason to remove kodi.

Offline

#20 2016-05-27 18:24:01

xaos52
The Good Doctor
From: Planet of the @pes
Registered: 2015-09-30
Posts: 695

Re: Kodi on Bunsenlabs

dpkg -l | grep kodi

to see if anything related to kodi is already installed.

Offline

Board footer

Powered by FluxBB