LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Debian (Sarge) repos to use w/ Synaptic? (https://www.linuxquestions.org/questions/linux-software-2/debian-sarge-repos-to-use-w-synaptic-340987/)

TippyToes 07-07-2005 12:20 PM

Debian (Sarge) repos to use w/ Synaptic?
 
Hi

I just downloaded and installed Debian Sarge the other day and I'm having a bit of trouble trying to figure out just what goes where in the "repositories" section of Synaptic as well as trying to find repositories to add. To make this as easy as possible, could someone please be kind enough to fill in the spaces below so I have all of the official Debian repositories available (Sid, Sarge, free, non-free, unstable, contrib, testing, etc)?...

URI:
Distribution:
Section(s):

Thank you so much!.

darkleaf 07-07-2005 01:31 PM

Well it's command line but as synaptic is just a frontend to apt I suppose it should work. As rooot: "apt-setup" and then choose what you want and it'll automatically write the sources.list file.

TippyToes 07-07-2005 02:51 PM

Quote:

Originally posted by darkleaf
Well it's command line but as synaptic is just a frontend to apt I suppose it should work. As rooot: "apt-setup" and then choose what you want and it'll automatically write the sources.list file.
You know it's funny, I have been wondering how to get back to that repository screen ever since I did the original install and you just showed me how. Thank's a bunch!

craigevil 07-07-2005 03:20 PM

You can always just edit the file at /etc/apt/sources.list with a text editor.

darkleaf 07-07-2005 03:35 PM

But the problem is the server addresses for me :P I don't feel like searching sites for the link if I can just do apt-setup and it looks everything up ok and writes it for me.

TippyToes 07-07-2005 04:51 PM

What other "sections" are there thatI can add to Synaptic besides...

* main
* contrib
* non-free

Can anyone think of others that can be added?

craigevil 07-07-2005 06:39 PM

That is pretty much it.
#Stable Sarge
deb http://http.us.debian.org/debian/ stable main contrib non-free
deb-src http://http.us.debian.org/debian/ stable main contrib non-free
#Security Updates Stable
deb http://security.debian.org/ stable/updates main contrib non-free

# Testing Etch
deb http://http.us.debian.org/debian/ testing main contrib non-free
# Testing Sources
deb-src http://http.us.debian.org/debian/ testing main contrib non-free
# Security Updates Testing
deb http://security.debian.org/ testing/updates main contrib non-free

# Unstable Sid
deb http://http.us.debian.org/debian/ unstable main contrib non-free
# Unstable Sources
deb-src http://http.us.debian.org/debian/ unstable main contrib non-free


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