Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

The perfect sources.list?

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
Snouser
Posts: 4
Joined: 2006-02-08 10:32

The perfect sources.list?

#1 Post by Snouser »

Does someone have a apt source list were I can find nearly everything i need?

I can't for exampel find all needed package for fluxbox.

Here is my sources.list

Code: Select all

# Sarge
deb http://ftp.fi.debian.org/debian/ sarge main non-free contrib
#deb-src http://ftp.fi.debian.org/debian/ sarge main non-free contrib
deb http://ftp.fi.debian.org/debian-non-US sarge/non-US main non-free contrib
#deb-src http://ftp.fi.debian.org/debian-non-US sarge/non-US main non-free cont$deb http://security.debian.org/ sarge/updates main non-free contrib

# lame
deb ftp://ftp.nerim.net/debian-marillat/ sarge main
deb ftp://ftp.no.debian.org/debian/ testing main non-free contrib

Scotti
Moderator Team Member
Moderator Team Member
Posts: 305
Joined: 2005-11-08 01:13

#2 Post by Scotti »

Which packages for Fluxbox are you trying to get? They should all be available with your default apt repositories.

Here's my sources.list anyway:

Code: Select all

# Default - Canada
deb ftp://debian.savoirfairelinux.net/debian/ unstable main
deb-src ftp://debian.savoirfairelinux.net/debian/ unstable main

# Security updates
# deb http://security.debian.org/ unstable/updates main
# deb http://security.debian.org/debian-non-US unstable non-US/contrib non-US/main non-US/non-free

# Extra packages
deb http://ftp.us.debian.org/debian/ unstable main contrib
deb http://http.us.debian.org/debian unstable main contrib non-free

# Video packages
deb http://apt.cerkinfo.be/ unstable main contrib
deb-src http://apt.cerkinfo.be/ unstable main contrib

# Font packages
deb ftp://ftp.nerim.net/debian-marillat/ sid main

# jEdit
deb http://dl.sourceforge.net/sourceforge/jedit ./
deb-src http://dl.sourceforge.net/sourceforge/jedit ./
Note: I run Sid (unstable).

If you are having Fluxbox troubles, read the Fluxbox Wiki. Also, stop in at #fluxbox on Freenode.

Snouser
Posts: 4
Joined: 2006-02-08 10:32

#3 Post by Snouser »

Thanks!

Post Reply