summaryrefslogtreecommitdiffstats
path: root/upstream/fedora-40/man8/pacman.8
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/fedora-40/man8/pacman.8')
-rw-r--r--upstream/fedora-40/man8/pacman.843
1 files changed, 24 insertions, 19 deletions
diff --git a/upstream/fedora-40/man8/pacman.8 b/upstream/fedora-40/man8/pacman.8
index aed1dc32..2b43793c 100644
--- a/upstream/fedora-40/man8/pacman.8
+++ b/upstream/fedora-40/man8/pacman.8
@@ -2,12 +2,12 @@
.\" Title: pacman
.\" Author: [see the "Authors" section]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-01-25
+.\" Date: 2024-03-09
.\" Manual: Pacman Manual
-.\" Source: Pacman 6.0.2
+.\" Source: Pacman 6.1.0
.\" Language: English
.\"
-.TH "PACMAN" "8" "2024\-01\-25" "Pacman 6\&.0\&.2" "Pacman Manual"
+.TH "PACMAN" "8" "2024\-03\-09" "Pacman 6\&.1\&.0" "Pacman Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -250,7 +250,8 @@ Disable defaults for low speed limit and timeout on downloads\&. Use this if you
.PP
\fB\-\-sysroot\fR <dir>
.RS 4
-Specify an alternative system root\&. Pacman will chroot and chdir into the system root prior to running\&. This allows mounted guest systems to be properly operated on\&. Any other paths given will be interpreted as relative to the system root\&. Requires root privileges\&.
+Specify an alternative system root\&. This path will be prepended to all other configuration directories and any repository servers beginning with
+file://\&. Any paths or URLs passed as targets will not be modified\&. This allows mounted guest systems to be properly operated on\&.
.RE
.SH "TRANSACTION OPTIONS (APPLY TO \FI\-S\FR, \FI\-R\FR AND \FI\-U\FR)"
.PP
@@ -261,7 +262,7 @@ Skips dependency version checks\&. Package names are still checked\&. Normally,
.PP
\fB\-\-assume\-installed\fR <package=version>
.RS 4
-Add a virtual package "package" with version "version" to the transaction to satisfy dependencies\&. This allows to disable specific dependency checks without affecting all dependency checks\&. To disable all dependency checking, see the
+Add a virtual package "package" with version "version" to the transaction to satisfy dependencies\&. This allows disabling the specific dependency checks without affecting all dependency checks\&. To disable all dependency checking, see the
\fI\-\-nodeps\fR
option\&.
.RE
@@ -295,7 +296,7 @@ to specify how targets are displayed\&. The default format string is "%l", which
.RS 4
Specify a printf\-like format to control the output of the
\fI\-\-print\fR
-operation\&. The possible attributes are: "%n" for pkgname, "%v" for pkgver, "%l" for location, "%r" for repository, and "%s" for size\&. Implies
+operation\&. The possible attributes are: "%a" for arch, "%b" for builddate, "%d" for description, "%e" for pkgbase, "%f" for filename, "%g" for base64 encoded PGP signature, "%h" for sha256sum, "%m" for md5sum, "%n" for pkgname, "%p" for packager, "%v" for pkgver, "%l" for location, "%r" for repository, "%s" for size, "%C" for checkdepends, "%D" for depends, "%G" for groups, "%H" for conflicts, "%L" for licenses, "%M" for makedepends, "%O" for optional depends, "%P" for provides and "%R" for replaces\&. Implies
\fI\-\-print\fR\&.
.RE
.SH "UPGRADE OPTIONS (APPLY TO \FI\-S\FR AND \FI\-U\FR)"
@@ -518,7 +519,9 @@ will do a system upgrade and install/upgrade the "foo" package in the same opera
.PP
\fB\-y, \-\-refresh\fR
.RS 4
-Download a fresh copy of the master package database from the server(s) defined in
+Download a fresh copy of the master package databases
+\fI(repo\&.db)\fR
+from the server(s) defined in
\fBpacman.conf\fR(5)\&. This should typically be used each time you use
\fI\-\-sysupgrade\fR
or
@@ -553,7 +556,9 @@ Suppress messages on successful completion of database operations\&.
.PP
\fB\-y, \-\-refresh\fR
.RS 4
-Download fresh package databases from the server\&. Use twice to force a refresh even if databases are up to date\&.
+Download fresh package file databases
+\fI(repo\&.files)\fR
+from the server\&. Use twice to force a refresh even if databases are up to date\&.
.RE
.PP
\fB\-l, \-\-list\fR
@@ -691,17 +696,6 @@ Andrew Gregory <andrew\&.gregory\&.8@gmail\&.com>
.sp -1
.IP \(bu 2.3
.\}
-Eli Schwartz <eschwartz@archlinux\&.org>
-.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
Morgan Adamiec <morganamilo@archlinux\&.org>
.RE
.sp
@@ -784,4 +778,15 @@ Nagy Gabor <ngaba@bibl\&.u\-szeged\&.hu>
Dave Reisner <dreisner@archlinux\&.org>
.RE
.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Eli Schwartz <eschwartz@archlinux\&.org>
+.RE
+.sp
For additional contributors, use git shortlog \-s on the pacman\&.git repository\&.