PKGADD(8) | System Manager's Manual | PKGADD(8) |
pkgadd
— install
or upgrade software package
pkgadd |
[-Vfhuv ] [-c
conffile] [-r
rootdir] file |
pkgadd
is a package management utility,
which installs or upgrades a software package. The package itself is an
archive of files, and its contents have a directory structure format.
The following archive formats are supported:
The options are as follows:
-c
conffile,
--config
=conffile-f
,
--force
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.
-r
rootdir,
--root
=rootdir/
’.
This should not 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.
-u
,
--upgrade
-v
,
--verbose
-V
,
--version
-h
,
--help
June 19, 2024 | Zeppe-Lin |