I use synaptic on Fedora, but it's probably all the same. Here's the first few lines of my sources.list file, that you can use as a guide. The pattern seems to be 'type url kinds', or something like that.
- Code: Select all
# List of available apt repositories available from ayo.freshrpms.net.
# This file should contain an uncommented default suitable for your system.
# See http://ayo.freshrpms.net/ for a list of other repositories and mirrors.
# $Id: sources.list.i386 378 2004-04-30 16:33:52Z dude $
# Fedora Linux 2
rpm http://ayo.freshrpms.net/ fedora/linux/2/i386 core updates freshrpms
rpm http://ayo.freshrpms.net/ fedora/linux/2/i386 tupdates
rpm-src http://ayo.freshrpms.net/ fedora/linux/2/i386 core updates freshrpms
rpm-src http://ayo.freshrpms.net/ fedora/linux/2/i386 tupdates
Hope that helps a little bit. Synaptic also has an interactive screen that you can use to add repositories, which writes to this file.