PDA

View Full Version : apt-get repositories


brianetilley
5th December 2005, 18:17
Is there a list of apt-get repositories for Debian Sarge? The ones installed as part of 'The Perfect Setup' do not have the libsasl2 sasl2-bin libsasl2-modules packages...and I can go no further in the installation. Any help greatly appreciated.

Brian

falko
5th December 2005, 20:15
This is my /etc/apt/sources.list:

deb http://ftp2.de.debian.org/debian/ stable main
deb-src http://ftp2.de.debian.org/debian/ stable main

deb http://security.debian.org/ stable/updates main

Don't forget to run apt-get update after you've changed /etc/apt/sources.list!

brianetilley
5th December 2005, 21:26
I changed my /etc/apt/sources.list to match yours. I tried 'apt-cache search libsas12' and got the following error message: - stat (2 No such file or directory). When I try apt-get update the system hangs on 'deb http://security.debian.org/ stable/updates main'. Any suggestions??? Thanks

Brian

falko
5th December 2005, 23:55
I changed my /etc/apt/sources.list to match yours. I tried 'apt-cache search libsas12' and got the following error message: - stat (2 No such file or directory).
It's libsasl2, not libsas12!

When I try apt-get update the system hangs on 'deb http://security.debian.org/ stable/updates main'. Any suggestions??? Sometimes security.debian.org is very slow because there are no mirrors, and therefore sometimes the network bandwidth is saturated if lots of clients try to update packages...