pkgutils/pkgrm.8.in

29 lines
1003 B
Groff
Raw Normal View History

2005-11-11 23:40:48 +01:00
.TH pkgrm 8 "" "pkgutils #VERSION#" ""
.SH NAME
pkgrm \- remove software package
.SH SYNOPSIS
\fBpkgrm [options] <package>\fP
.SH DESCRIPTION
\fBpkgrm\fP is a \fIpackage management\fP utility, which
removes/uninstalls a previously installed software packages.
.SH OPTIONS
.TP
.B "\-r, \-\-root <path>"
Specify alternative installation root (default is "/"). This
should be used if you want to remove a package from a temporary
mounted partition, which is "owned" by another system. By using
this option you not only specify where the software is installed,
but you also specify which package database to use.
.TP
.B "\-v, \-\-version"
Print version and exit.
.TP
.B "\-h, \-\-help"
Print help and exit.
.SH SEE ALSO
pkgadd(8), pkginfo(8), pkgmk(8), rejmerge(8)
.SH COPYRIGHT
2013-01-21 16:14:45 +01:00
pkgrm (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2013 CRUX team (http://crux.nu).
2007-04-18 22:38:09 +02:00
pkgrm (pkgutils) is licensed through the GNU General Public License.
Read the COPYING file for the complete license.