Proper settings for sources.list to receive Sarge updates

From WikiWiki

Revision as of 02:09, 18 February 2009 by Yanzickp (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

[edit] Proper settings for sources.list to receive Sarge updates

The Sarge build of the Debian distribution is is no longer active, and has been moved to an archive location. Therefore, attempting to perform commands using apt-get such as an 'update' will fail as the information has moved.

To correct this problem:

 Edit the /etc/apt/sources.list file using your favorite text editor
 Comment out the lines that are currently in there.
 Add the following line:
   deb ftp://archive.debian.org/debian-archive/debian sarge main contrib non-free
 Save the file

Once this has been completed, execute apt-get update to update the apt cache. The apt-get command can now be used to install packages once again.