.TH pkgadd 8 "October 30, 2002" "rltools #VERSION#" "" .SH NAME pkgadd \- install software package .SH SYNOPSIS \fBpkgadd [options] \fP .SH DESCRIPTION \fBpkgadd\fP is a \fIpackage management\fP utility, which installs a software package. A \fIpackage\fP is an archive of files (.pkg.tar.gz). .SH OPTIONS .TP .B "\-u, \-\-upgrade" Upgrade/replace package with the same name as . If pkgadd finds that a specific file should not be upgraded it will install it under \fI/var/lib/pkg/rejected/\fP. The user is then free to examine/use/remove that file manually. .TP .B "\-f, \-\-force" Force installation, overwrite conflicting files. If the package that is about to be installed contains files that are already installed this option will cause all those files to be overwritten. This option should be used with care, preferably not at all. .TP .B "\-r, \-\-root " Specify alternative installation root (default is "/"). This should \fInot\fP be used as a way to install software into e.g. /usr/local instead of /usr. Instead this should be used if you want to install a package on a temporary mounted partition, which is "owned" by another system. By using this option you not only specify where the software should be 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 FILES .TP .B "/etc/pkgadd.conf" Configuration file. .SH SEE ALSO pkgadd.conf(5), pkgrm(8), pkginfo(8) .SH AUTHOR .nf Per Liden Ported to ROOT by John Eriksson .fi