Adding extra repositories in Debian Etch / Lenny / Sid?
By adding new repositories give more power, more flexibility and access to software for Linux Debian.
First of all, we're going to get a copy of the file repository;
deathbian:~# cp /etc/apt/sources.list /etc/apt/sources.list_backup Next, edit the file, we can use gedit, vi, nano etc;
deathbian:~# vim /etc/apt/sources.list And add the following lines;
| file: / etc / apt / sources.list |
deb http://security.debian.org/ stable / updates main deb-src http://security.debian.org/ stable / updates main deb etch main ftp://ftp.us.debian.org/debian/ deb-src ftp://ftp.us.debian.org/debian/ etch main |
As we can see, the first two lines we add the repository of security for Debian Stable (now Etch), and the second block gives us the option to upgrade and install new software for Etch.
Clearly, there are also repositories for Lenny (testing) and Sid (unstable), which should not be added in a sources.list on the same server.
We come to save the edited file, now you can update the list of packages, type;
deathbian:~# aptitude update Popularity: 17% [?]
2 comments to "Adding extra repositories in Debian Etch / Lenny / Sid?"
Trackback URI | Comments RSS







on 17 Oct 2007 at 10:59 am # As Cinelerra Install on Linux Debian | ...::: Guatewireless.org ::::..
[...] Cinelerra needs of the unstable version of Debian Sid. And While I use Lenny, the installation has worked well since I repositories unstable. Note: If you have doubts as to add new repositories to the sources of ATP consult here [...]
on 27 Nov 2008 at 10:29 am # MG
Perfect, clear, specific, concise and complete. Perfectly illustrated
[Reply]