From 62a783a6bd7649ccd162e32278098080bf450c7b Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Fri, 9 Aug 2002 18:03:48 +0000 Subject: Imported from pacman-2.0.tar.gz --- pacman.8.in | 87 ------------------------------------------------------------- 1 file changed, 87 deletions(-) delete mode 100644 pacman.8.in (limited to 'pacman.8.in') diff --git a/pacman.8.in b/pacman.8.in deleted file mode 100644 index 10043d2f..00000000 --- a/pacman.8.in +++ /dev/null @@ -1,87 +0,0 @@ -.TH pacman 8 "Mar 17, 2002" "pacman #VERSION#" "" -.SH NAME -pacman \- package manager utility -.SH SYNOPSIS -\fBpacman [options] [package] ...\fP -.SH DESCRIPTION -\fBpacman\fP is a \fIpackage management\fP utility. Package -information is maintained in a basic text format for easy -tweaking, if necessary, and packages are in a standard -\fIgzipped tar\fP format. -.SH OPERATIONS -.TP -.B "\-A, \-\-add" -Add a package to the system. Package will be uncompressed -into the installation root and the database will be updated. -.TP -.B "\-R, \-\-remove" -Remove a package from the system. Files belonging to the -specified package will be deleted, and the database will -be updated. Note that most configuration files will be -be renamed with \fI.pacsave\fP extensions. -.TP -.B "\-U, \-\-upgrade" -Upgrade a package. This is essentially a "remove-then-install" -process. Most configuration files will be not be overwritten. -.TP -.B "\-Q, \-\-query" -Query the package database. This operation allows you to -view installed packages and their files. See \fBQUERY OPTIONS\fP -below. -.TP -.B "\-V, \-\-version" -Display version and exit. -.TP -.B "\-h, \-\-help" -Display syntax for the given operation. If no operation was -supplied, then the general syntax is shown. -.SH QUERY OPTIONS -.TP -.B "\-o, \-\-owns " -Output the name of the package that owns . -.TP -.B "\-l, \-\-list" -Instead of outputting the package name, output the list of -files owned by the package. -.TP -.B "\-i, \-\-info" -Output the .PKGINFO file contained in . This option -can only be used with the \fB-p\fP option. -.TP -.B "\-p, \-\-file" -Tells pacman that the package supplied on the command line is a -file, not an entry in the database. Pacman will decompress the -file and query it. This is useful with \fB--info\fP and \fB--list\fP. -.SH OPTIONS -.TP -.B "\-v, \-\-verbose" -Output more status and error messages. -.TP -.B "\-f, \-\-force" -Force installation, overwriting 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 "\-n, \-\-nosave" -Instructs pacman to ignore file backup designations. Normally, when -a file is about to be \fIremoved\fP from the system the database is first -checked to see if the file should be renamed to a .pacsave extension -(indicated by a '\fB*\fP' prefix in the pacman database). The \fB--nosave\fP -will turn off these file backups. Normally, when a file is about to be \fIadded\fP -or \fIupgraded\fP and a starred file already exists, pacman will write -the new file to a .pacnew extension and keep the old one in place. In this -case, \fB--nosave\fP instructs pacman to overwrite the existing file. -.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. -.SH AUTHOR -.nf -Judd Vinet -.fi -- cgit v1.2.3-24-g4f1b