LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   I need help configuring my apt-get sources.list file... (https://www.linuxquestions.org/questions/debian-26/i-need-help-configuring-my-apt-get-sources-list-file-188136/)

Mr.Radar 05-31-2004 04:26 PM

I need help configuring my apt-get sources.list file...
 
I've gotten my networking (somewhat) working using the forcedeth drivers and now I want to use apt-get to install the 2.6.5 kernel, however, apt-get can't find it because the only sources in my sources.list file are the install CDs. What sources should I add to my sources.list file?

macondo 05-31-2004 04:55 PM

#apt-setup

Dead Parrot 05-31-2004 05:10 PM

Check this out:

http://www.debian.org/doc/manuals/ap...basico.en.html

If you decide to use the apt-setup program, keep in mind that it only configures sources.list for the stable branch, so you'll need to edit the resulting /etc/apt/sources.list file if you want to use testing or unstable instead of stable. Also, remember that you can get security updates only for the packages in stable branch (not in testing or unstable) so there's no use in keeping the security update entries in sources.list if you decide to go for testing or unstable.

macondo 06-01-2004 08:23 AM

I use Sid, apt-setup defaults to Sarge. You then change the sources.list to point to Sid in my case.

Testing DOES have security updates. Only Sid doesn't , you can comment the security lines in Sid.

Dead Parrot 06-01-2004 09:40 AM

Quote:

Testing DOES have security updates. Only Sid doesn't
Here's my source of information:

http://www.debian.org/security/faq#testing


Update:

I just ran apt-setup and checked what it wrote into my /etc/apt/sources.list. It added deb and deb-src lines for "testing main" (but not for contrib or non-free) plus a deb line for "stable/updates main contrib non-free" (but not for testing or unstable) from security.debian.org.

My conclusion: apt-setup is a handy tool for the initial sources.list configuration, but it's also good to read the official APT HOWTO because you'll probably like to make some small adjustments to /etc/apt/sources.list after apt-setup has finished.


All times are GMT -5. The time now is 03:27 AM.