File: README

package info (click to toggle)
feta 1.4.15
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 444 kB
  • ctags: 85
  • sloc: perl: 1,200; sh: 192; makefile: 55
file content (32 lines) | stat: -rw-r--r-- 1,297 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
About Feta
----------
Feta is a frontend to the Debian package management system dpkg, the Debian
configuration system Debconf, and the Debian package distribution system,
APT. Feta provides a unified interface to a variety of Debian tools, and
more tools are still being added.

Feta was written because, frankly, Debian's package system is confusing.
There's apt-get, apt-cache, and a number of dpkg options (some which work
on files, some on package names) that are "basic" knowledge of the
packaging system, and a dozen more useful commands most people don't even
know about. Feta seeks to remedy this problem by providing one program that
does all the other tasks (using the existing programs as a backend).

Thanks to Graham Williams <Graham.Williams@csiro.au> for his excellent
'wajig' tool, from which Feta has borrowed many command ideas.

Using Feta
----------
feta [command] [packages|files|urls] [, [command] [packages|files|urls]]

Where command is almost any dpkg or apt command you're familiar with.

The command "console" drops you into an interactive command console
where you can execute commands.

More extensive help is available by typing
 $ man feta
At a command prompt.

Many of Feta's commands require you to be root. Feta will automatically
run `su' if this is necessary.