mirror of
https://github.com/Jguer/yay.git
synced 2024-11-06 17:17:22 +01:00
Update manpage
This commit is contained in:
parent
04bd59450c
commit
60deeb2ceb
184
yay.8
184
yay.8
@ -1,60 +1,61 @@
|
||||
'\" t
|
||||
.TH "YAY" "8" "04/12/2017" "yay" "yay Manual"
|
||||
.TH "YAY" "8" "2017-01-05" "Yay v2\&.219" "Yay Manual"
|
||||
.nh
|
||||
.ad l
|
||||
.SH "NAME"
|
||||
yay \- AUR Helper written in go.
|
||||
yay \- AUR Helper written in go
|
||||
.SH "SYNOPSIS"
|
||||
.sp
|
||||
\fIyay\fR <operation> [options] [packages]
|
||||
\fIyay\fR <operation> [options] [targets]
|
||||
.sp
|
||||
\fIyay\fR <search pattern>
|
||||
.SH "DESCRIPTION"
|
||||
.sp
|
||||
yay is a pacman wrapper with AUR support. It passes options to makepkg and pacman after resolving packages to install/upgrade.
|
||||
.SH "OPERATIONS"
|
||||
Yay is a Pacman wrapper with AUR support\&. It passes options to Makepkg and Pacman after resolving packages to install/upgrade\&.
|
||||
.sp
|
||||
This manpage only covers options unique to Yay\&. For other options see \fBpacman(8)\fR\&.
|
||||
.SH "YAY OPERATIONS"
|
||||
.PP
|
||||
\fB\-Cd\fR
|
||||
\fB\-Y, --yay\fR
|
||||
.RS 4
|
||||
Remove uneeded dependencies\&.
|
||||
Perform yay specific operations\&. This is the default if no other operation is selected\&.
|
||||
.RE
|
||||
.PP
|
||||
\fB\-G\fR
|
||||
\fB\-G, --getpkgbuild\fR
|
||||
.RS 4
|
||||
Downloads PKGBUILD from ABS or AUR.
|
||||
Downloads PKGBUILD from ABS or AUR\&.
|
||||
.RE
|
||||
.PP
|
||||
\fB\-Qstats\fR
|
||||
If no operation is selected -Y will be assumed\&.
|
||||
.SH "EXTENDED PACMAN OPERATIONS"
|
||||
.PP
|
||||
\fB\-S, -Si, -Ss, -Su\fR
|
||||
.RS 4
|
||||
Displays information about installed packages and system health. If there are orphaned or out-of-date packages, warnings will be displayed\&.
|
||||
These operations are extended to support the AUR as well as repo packages\&.
|
||||
.RE
|
||||
.PP
|
||||
\fB\-Ss\fR
|
||||
\fB\-R\fR
|
||||
.RS 4
|
||||
Search for package in repositories and AUR\&.
|
||||
.RE
|
||||
.PP
|
||||
\fB\-Si\fR
|
||||
.RS 4
|
||||
Show information for a package in the repositories or AUR\&.
|
||||
.RE
|
||||
.PP
|
||||
\fB\-Syu\fR
|
||||
.RS 4
|
||||
Upgrade packages from the repositories and the AUR\&.
|
||||
.RE
|
||||
.PP
|
||||
\fB\-h, \-\-help\fR
|
||||
.RS 4
|
||||
Show yay usage\&.
|
||||
.RE
|
||||
Yay will also remove cached data about devel packages\&.
|
||||
.SH "YAY OPTIONS (APPLY TO -Y AND --YAY)"
|
||||
.PP
|
||||
\fB<NO OPERATION>\fR
|
||||
.RS 4
|
||||
Displays menu for package install selection (yogurt mode)\&.
|
||||
Displays List of packages matching search terms and prompts the user on which packages to install(yogurt mode)\&.
|
||||
.RE
|
||||
.PP
|
||||
All other operations will be passed to pacman\&.
|
||||
\fB\--stats\fR
|
||||
.RS 4
|
||||
Displays information about installed packages and system health\&. If there are orphaned or out-of-date packages, warnings will be displayed\&.
|
||||
.RE
|
||||
.PP
|
||||
.SH "OPTIONS"
|
||||
\fB\-\-printconfig\fR
|
||||
.RS 4
|
||||
Prints current yay configuration\&.
|
||||
.RE
|
||||
.SH "PERMANENT CONFIGURATION SETTINGS"
|
||||
.PP
|
||||
These options will be saved to disk and reapplied next time Yay is ran\&.
|
||||
.PP
|
||||
\fB\-\-topdown\fR
|
||||
.RS 4
|
||||
@ -95,115 +96,52 @@ Check package's modification date and version\&.
|
||||
.RS 4
|
||||
Check only package version change\&.
|
||||
.RE
|
||||
.PP
|
||||
\fB\-\-printconfig\fR
|
||||
.RS 4
|
||||
Prints current yay configuration\&.
|
||||
.RE
|
||||
.PP
|
||||
\fB\-\-noconfirm\fR
|
||||
.RS 4
|
||||
No user intervention needed unless a package conflict happens. This option will be passed to pacman and makepkg\&.
|
||||
.RE
|
||||
.PP
|
||||
All other options will be passed to pacman\&.
|
||||
.PP
|
||||
|
||||
.SH "EXAMPLES"
|
||||
.sp
|
||||
.PP
|
||||
yay \fIfoo\fR
|
||||
.RS 4
|
||||
.ie n \{\
|
||||
\h'-04'\(bu\h'+03'\c
|
||||
.\}
|
||||
.el \{\
|
||||
.sp -1
|
||||
.IP \(bu 2.3
|
||||
.\}
|
||||
Sync and update packages from repository and AUR:
|
||||
yay \-Syu
|
||||
.RE
|
||||
.sp
|
||||
.RS 4
|
||||
.ie n \{\
|
||||
\h'-04'\(bu\h'+03'\c
|
||||
.\}
|
||||
.el \{\
|
||||
.sp -1
|
||||
.IP \(bu 2.3
|
||||
.\}
|
||||
Check installed packages health:
|
||||
yay \-Qstats
|
||||
Search and install from the repos and the \fBAUR\fR\ using yogurt mode\&.
|
||||
.RE
|
||||
.PP
|
||||
.sp
|
||||
For a package called \fIname\fR:
|
||||
.sp
|
||||
yay -Syu
|
||||
.RS 4
|
||||
.ie n \{\
|
||||
\h'-04'\(bu\h'+03'\c
|
||||
.\}
|
||||
.el \{\
|
||||
.sp -1
|
||||
.IP \(bu 2.3
|
||||
.\}
|
||||
Search:
|
||||
yay \-Ss \fIname\fR
|
||||
Update package list and upgrade all currently installed repo and \fBAUR\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
.PP
|
||||
yay -S \fIfoo\fR
|
||||
.RS 4
|
||||
.ie n \{\
|
||||
\h'-04'\(bu\h'+03'\c
|
||||
.\}
|
||||
.el \{\
|
||||
.sp -1
|
||||
.IP \(bu 2.3
|
||||
.\}
|
||||
Install:
|
||||
yay \-S \fIname\fR
|
||||
Installs package \fIfoo\fR from the repos or the \fBAUR\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
.PP
|
||||
yay -Ss \fIfoo\fR
|
||||
.RS 4
|
||||
.ie n \{\
|
||||
\h'-04'\(bu\h'+03'\c
|
||||
.\}
|
||||
.el \{\
|
||||
.sp -1
|
||||
.IP \(bu 2.3
|
||||
.\}
|
||||
Install without confirmations:
|
||||
yay \-S \-\-noconfirm \fIname\fR
|
||||
Searches for package \fIfoo\fR on the repos or the \fBAUR\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
.PP
|
||||
yay -Si \fIfoo\fR
|
||||
.RS 4
|
||||
.ie n \{\
|
||||
\h'-04'\(bu\h'+03'\c
|
||||
.\}
|
||||
.el \{\
|
||||
.sp -1
|
||||
.IP \(bu 2.3
|
||||
.\}
|
||||
Get information about a package:
|
||||
yay \-Si \fIname\fR
|
||||
Gets information about package \fIfoo\fR from the repos or the \fBAUR\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
.PP
|
||||
yay -S \fIfoo\fR
|
||||
.RS 4
|
||||
.ie n \{\
|
||||
\h'-04'\(bu\h'+03'\c
|
||||
.\}
|
||||
.el \{\
|
||||
.sp -1
|
||||
.IP \(bu 2.3
|
||||
.\}
|
||||
Search and install using yogurt mode:
|
||||
yay \fIname\fR
|
||||
Installs package \fIfoo\fR from the repos or the \fBAUR\fR\&.
|
||||
.RE
|
||||
.PP
|
||||
yay --stats
|
||||
.RS 4
|
||||
Shows statistics for installed packages and system health\&.
|
||||
.RE
|
||||
.SH "SEE ALSO"
|
||||
.sp
|
||||
\fBmakepkg\fR(8)
|
||||
.sp
|
||||
\fBpacman\fR(8)
|
||||
.sp
|
||||
\fBpacman.conf\fR(5)
|
||||
\fBpacman\&.conf\fR(5)
|
||||
.PP
|
||||
See the arch wiki at https://wiki\&.archlinux\&.org/index\&.php/Arch_User_Repository for more info on the \fBAUR\fR\&.
|
||||
.SH "BUGS"
|
||||
.PP
|
||||
Please report bugs to our GitHub page https://github\&.com/Jguer/yay
|
||||
.SH "AUTHORS"
|
||||
.sp
|
||||
Jguer <joaogg3@gmail\&.com>
|
||||
|
Loading…
Reference in New Issue
Block a user