Help on 'apt-sources'                                           Feta 1.4.0
--------------------------------------------------------------------------

The 'apt-sources' command opens the /etc/apt/sources.list file to let
you configure the different places APT knows where to download files from.
Generally, this file contains lines that begin with deb or deb-src.

When you're done editing, Feta will ask if you want to update your package
list or not. Updating your package list is a good idea, since changing
your available APT sources probably changed your available packages.

EXAMPLES
--------
The only form of this command is as follows:
 # feta apt-sources
 [The process of editing your file takes place here. The information about
 how to do this is specific to your text editor.]

Lines in /etc/apt/sources.list generally look like the following:
 deb http://http.us.debian.org/debian unstable main contrib non-free
 deb http://www.stud.uni-hannover.de/~ingo/vorbis ./
 deb http://www.sacredchao.net/software unstable main

OTHER REFERENCES
----------------
sources.list(5) contains information on how lines for the file should be
formatted.

--------------------------------------------------------------------------
Help on 'apt-sources'                                           Feta 1.4.0
