Kodi Community Forum

Full Version: Problem with kodi repos on debian 8
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Trying to install Kodi on my fresh Debian 8 install.

I added those 2 lines to my sources.list :

Code:
deb https://people.debian.org/~rbalint/ppa/xmbc-ffmpeg xmbc-ffmpeg-unstable/
deb http://http.debian.net/debian unstable main

and when trying apt-get update, I get this error message :

Code:
W: Failed to fetch https://people.debian.org/~rbalint/ppa/xmbc-ffmpeg/xmbc-ffmpeg-unstable/Packages  HttpError404

E: Some index files failed to download. They have been ignored, or old ones used instead.

Then Kodi won't install...

Did I do something wrong ? Thanks for your help.
You need to ask balint - his contact mail is listed on the ppa site.
(2015-09-17, 09:49)talgar Wrote: [ -> ]Did I do something wrong ? Thanks for your help.

Yes, a typo

It's xbmc-ffmpeg not xmbc-ffmpeg

Edit:

Code:
deb https://people.debian.org/~rbalint/ppa/xbmc-ffmpeg xbmc-ffmpeg-unstable/
deb http://http.debian.net/debian unstable main
Oh no, I've been checking that multiple time and didn't see it Sad

Thank you.
Hehe - I also overread it .-)