LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 12-26-2007, 01:00 PM   #1
sofasurfer
Member
 
Registered: Oct 2003
Posts: 252

Rep: Reputation: 20
Is my sources.list complete?


Here's my sources.list...

# deb cdrom:[Debian GNU/Linux 4.0 r1 _Etch_ - Official amd64 DVD Binary-1 20070819-12:16]/ etch contrib main

# deb cdrom:[Debian GNU/Linux 4.0 r1 _Etch_ - Official amd64 DVD Binary-1 20070819-12:16]/ etch contrib main

deb http://ftp.debian.org/debian/ etch main
deb-src http://ftp.debian.org/debian/ etch main

deb http://security.debian.org/ etch/updates main contrib
deb-src http://security.debian.org/ etch/updates main contrib
----------------------------------------------------------------
I this complete or am I missing sources? Seems like a couple years back there was 3 or more sources in my list.

Anything else I need to know?
 
Old 12-26-2007, 01:09 PM   #2
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Looks complete for all the basics.

you do not have contrib or non-free in your source list but that could be a personal preference, or maybe you just don't need packages from there. (things like Flash, Sun java, nVidia driers, etc..

you also do not have the debian multimedia repository in your list which is handy if you need some multimedia codecs, or the DVD decoder software..

But for a vanilla Debian box your sources are fine.

here's my sources.list with the changes I mentioned above. I have found no need to add anything else although there are specialized repositories available for specific packages.

Code:
default@debianetch:~$ cat /etc/apt/sources.list
#
# deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official i386 NETINST Binary-1 20070407-11:29]/ etch contrib main

#deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official i386 NETINST Binary-1 20070407-11:29]/ etch contrib main

deb http://ftp.uwsg.indiana.edu/linux/debian/ etch main contrib non-free
deb-src http://ftp.uwsg.indiana.edu/linux/debian/ etch main contrib non-free

deb http://security.debian.org/ etch/updates main contrib
deb-src http://security.debian.org/ etch/updates main contrib

deb http://www.debian-multimedia.org etch main
 
Old 12-26-2007, 01:13 PM   #3
muskrat
Member
 
Registered: Feb 2005
Location: Gulf-Coast TX-MX
Distribution: ArchLinux / Slackware 12.1
Posts: 39

Rep: Reputation: 15
well my sources.list looks like this;

Quote:
# This is the stable settings as of etch
deb http://ftp.debian.org/debian/ etch main contrib non-free
deb-src http://ftp.debian.org/debian/ etch main contrib non-free

deb http://security.debian.org/ etch/updates main contrib non-free
deb-src http://security.debian.org/ etch/updates main contrib non-free

# For multimedia purposes
deb http://www.debian-multimedia.org testing main

# added for clamav
deb http://volatile.debian.org/debian-volatile etch/volatile main contrib non-free

# To set up a testing system
#deb http://ftp.us.debian.org/debian/ testing main contrib non-free
#deb-src http://ftp.us.debian.org/debian/ testing main contrib non-free
#deb http://security.debian.org/ testing/updates main contrib non-free
#deb-src http://security.debian.org/ testing/updates main contrib non-free
There is a lot more you could put in there if you wanted to.

I added Multimedia and Clamav myself. Also I added contrib and non-free at the end of the other lines.
 
Old 12-26-2007, 06:08 PM   #4
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,885
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Depends on what you want/need. Take a look at> Post your source.list - LinuxQuestions.org
http://www.linuxquestions.org/questi...e.list-330913/
 
Old 12-26-2007, 07:14 PM   #5
Telemachos
Member
 
Registered: May 2007
Distribution: Debian
Posts: 754

Rep: Reputation: 60
Quote:
Originally Posted by Sofasurfer
deb http://ftp.debian.org/debian/ etch main
deb-src http://ftp.debian.org/debian/ etch main

deb http://security.debian.org/ etch/updates main contrib
deb-src http://security.debian.org/ etch/updates main contrib
My question is why did you add security updates for contrib if you don't have the contrib repos enabled for downloading packages? I would think that you only need security for what you (might) install from.
 
Old 12-26-2007, 08:30 PM   #6
sofasurfer
Member
 
Registered: Oct 2003
Posts: 252

Original Poster
Rep: Reputation: 20
Thanks all.
I will study want all of you have and probably add them all to mine.
The reason I have what I have is because this is what came with my distro. When I installed, I only downloaded the first cd. Then when I read up on apt-get and the sources.list I couldn't understand the process very well(even though I did it 2 years ago successfully) and the only source lists I saw talked about was the 'non-free' sources. And also, the links to the sources seemed to be in a format that was differant then what is in my list.
I don't know, maybe I had a funky website.
Thanks
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
sources.list...no sources! phantom_cyph Fedora 4 10-16-2007 09:26 PM
Need Recommendation for Debian Etch sources.list ( /etc/apt/sources.list ) forgox Debian 6 05-05-2007 01:57 PM
sources.list - HELP zivota Debian 4 08-05-2005 02:37 PM
sources.list FishieFishie Debian 7 08-01-2005 03:19 AM
Ubuntu Sources List! I need some great sources lists! Jengo Linux - Newbie 1 06-24-2005 04:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 01:40 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration