[aklug] Re: Debian sources.list examples

From: James Zuelow <e5z8652@zuelow.net>
Date: Fri Oct 03 2008 - 07:27:26 AKDT

On Thursday 02 October 2008 16:49:18 Christopher Howard wrote:
> Are there any Debian fans on this list?
> I recently switched my main desktop PC over to Debian. Pretty happy
> with Debian so far. However, the default sources.list file for apt only
> had something like two entries, so I have been busy finding repos and
> learning how to configure them.
Usually you just need the official Debian stuff and debian-multimedia to pull in things that Debian can't distribute like DVD watching stuff. I only use special repositories for special tasks -- pulling OpenNMS packages from OpenNMS' repository, etc.
>
> Everything I've added so far has been from the official list -- stable
> and testing branches, aside from one unofficial site. But I'm still
> missing a number of packages like Celestia, Mozilla Sunbird, and even
> Java RTEs beyond version 5. (Prob due to my misconfiguration.)
>
Celestia is in Lenny's main, so I'm not sure why you're not seeing it.

Mozilla has trademark restrictions on their logo that prevents Debian from backporting patches to older versions of their software. So Debian renamed everything and builds from source without the logo. Sunbird is IceOwl in Debian. Looks like it is in etch-backports and Sid. I'm not sure why Lenny doesn't have a build.

Add contrib and non-free at the end of your current apt sources to get Java 6. Java 6 is in non-free. I think there's some issue with Sun's EULA that puts it there.

> Would any Debian users be willing to send me their sources.list files?
> Found plenty of example lists on the Internet -- but most are at least
> two years old. Any personal suggestions on what to embrace/avoid would
> also be appreciated.
From your comments above I guess you're running Etch and pulling some packages from Lenny. I wouldn't recommend doing that. You'll end up pulling down so many Lenny libraries over time that it would be easier to just use Lenny in the first place. If you use Etch, use etch-backports instead so you're using the same libraries, or else just use Lenny.

---Lenny---
deb http://ftp.debian.org/debian/ lenny main contrib non-free
deb-src http://ftp.debian.org/debian/ lenny main contrib non-free

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

deb http://www.debian-multimedia.org/ lenny main
-------------

---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 http://www.debian-multimedia.org/ etch main

deb http://www.backports.org/debian etch-backports main contrib non-free
-------------

Cheers,

James
---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.
Received on Fri, 3 Oct 2008 07:27:26 -0800

This archive was generated by hypermail 2.1.8 : Fri Oct 03 2008 - 07:27:56 AKDT