File: remove

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 (24 lines) | stat: -rw-r--r-- 924 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
Help on 'remove'                                                Feta 1.4.0
--------------------------------------------------------------------------

The 'remove' command removes one or more installed packages from your
system. This removes all the associated files, such as programs or
data files, but not files created by the program, or configuration files.
This means if you remove and install the package later, your old
configuration will still be there.

'remove' will also remove any packages that depend on the package you
are removing, so be careful not to remove something that a lot of things
depend on.

EXAMPLES
--------
To remove the upx-ucl package:
 # feta remove upx-ucl

OTHER REFERENCES
----------------
'remove' uses 'apt-get remove'; see apt-get(8).

--------------------------------------------------------------------------
Help on 'remove'                                                Feta 1.4.0