Kodi Community Forum

Full Version: Missing packages with apt-get
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm following this guide with Ubuntu 8.10. At the line:
Code:
# sudo apt-get install -y localepurge subversion make etc, etc
I get back:
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package libsdl-stretch-dev

Other packages are not being found as well. Searching the forums turned up this thread, but as far as I can tell, the universe component is enabled (and just trying to install the xbmc package comes back as missing). From /etc/apt/sources.list:
Code:
deb http://us.archive.ubuntu.com/ubuntu/ intrepid universe
deb-src http://us.archive.ubuntu.com/ubuntu/ intrepid universe
deb http://us.archive.ubuntu.com/ubuntu/ intrepid-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ intrepid-updates universe

So... help, please! Thanks!
sdl-stretch is only required for a non-GL build, which will suck anyway. So don't worry about it.
Thanks for the speedy reply, althekiller. It seems to be carrying on apace without that package now.

Yep, seems to be done. Thanks again.