summaryrefslogtreecommitdiff
path: root/pkgrm.8.in
blob: 9e28b27bfa9ed33b788b73c044fe8c8383319f68 (plain)
    1 .TH pkgrm 8 "" "pkgutils #VERSION#" ""
    2 .SH NAME
    3 pkgrm \- remove software package
    4 .SH SYNOPSIS
    5 \fBpkgrm [options] <package>\fP
    6 .SH DESCRIPTION
    7 \fBpkgrm\fP is a \fIpackage management\fP utility, which
    8 removes/uninstalls a previously installed software packages.
    9 .SH OPTIONS
   10 .TP
   11 .B "\-r, \-\-root <path>"
   12 Specify alternative installation root (default is "/"). This
   13 should be used if you want to remove a package from a temporary 
   14 mounted partition, which is "owned" by another system. By using
   15 this option you not only specify where the software is installed,
   16 but you also specify which package database to use.
   17 .TP
   18 .B "\-v, \-\-version"
   19 Print version and exit.
   20 .TP
   21 .B "\-h, \-\-help"
   22 Print help and exit.
   23 .SH SEE ALSO
   24 pkgadd(8), pkginfo(8), pkgmk(8), rejmerge(8)
   25 .SH COPYRIGHT
   26 pkgrm (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2021 CRUX team (http://crux.nu).
   27 pkgrm (pkgutils) is licensed through the GNU General Public License.
   28 Read the COPYING file for the complete license.

Generated by cgit