index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Jason St. John <jstjohn@purdue.edu> | 2014-08-07 00:43:19 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-08-09 14:09:33 +1000 |
commit | 37634d22e501538e5a4b12105a0b56542841e71f (patch) | |
tree | ec81206ebcf217251d0cab606bb914a5b2cf15a9 /doc/pacman.8.txt | |
parent | db14815f463c5128a2fc25df8d7570293987e18f (diff) |
-rw-r--r-- | doc/pacman.8.txt | 4 |
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 87891401..152b2617 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -13,6 +13,7 @@ Synopsis -------- 'pacman' <operation> [options] [targets] + Description ----------- Pacman is a package management utility that tracks installed packages on a Linux @@ -176,6 +177,7 @@ Options Bypass any and all ``Are you sure?'' messages. It's not a good idea to do this unless you want to run pacman from a script. + Transaction Options (apply to '-S', '-R' and '-U') -------------------------------------------------- *-d, \--nodeps*:: @@ -206,6 +208,7 @@ Transaction Options (apply to '-S', '-R' and '-U') operation. The possible attributes are: "%n" for pkgname, "%v" for pkgver, "%l" for location, "%r" for repository, and "%s" for size. Implies '\--print'. + Upgrade Options (apply to '-S' and '-U')[[UO]] -------------------------------------------- *\--force*:: @@ -474,6 +477,7 @@ pacman -Syu gpm:: Update package list, upgrade all packages, and then install gpm if it wasn't already installed. + Configuration ------------- See linkman:pacman.conf[5] for more details on configuring pacman using the |