Missing packages with apt-get
#1
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!
Reply
#2
sdl-stretch is only required for a non-GL build, which will suck anyway. So don't worry about it.
Reply
#3
Thanks for the speedy reply, althekiller. It seems to be carrying on apace without that package now.

Yep, seems to be done. Thanks again.
Reply

Logout Mark Read Team Forum Stats Members Help
Missing packages with apt-get0