yay/yay.8

177 lines
3.5 KiB
Groff
Raw Normal View History

2017-01-22 20:15:13 +00:00
'\" t
.TH "YAY" "8" "2018-01-31" "Yay v2\&.295" "Yay Manual"
2017-01-22 20:15:13 +00:00
.nh
.ad l
.SH "NAME"
2018-01-14 20:34:08 +00:00
yay \- AUR Helper written in go
2017-01-22 20:15:13 +00:00
.SH "SYNOPSIS"
.sp
2018-01-14 20:34:08 +00:00
\fIyay\fR <operation> [options] [targets]
.sp
\fIyay\fR <search pattern>
2017-01-22 20:15:13 +00:00
.SH "DESCRIPTION"
.sp
2018-01-14 20:34:08 +00:00
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"
2017-01-22 20:15:13 +00:00
.PP
2018-01-14 20:34:08 +00:00
\fB\-Y, --yay\fR
2017-01-22 20:15:13 +00:00
.RS 4
2018-01-14 20:34:08 +00:00
Perform yay specific operations\&. This is the default if no other operation is selected\&.
2017-01-22 20:15:13 +00:00
.RE
.PP
\fB\-P, --print\fR
.RS 4
Perform yay specific print operations\&.
.RE
.PP
2018-01-14 20:34:08 +00:00
\fB\-G, --getpkgbuild\fR
2017-02-15 01:50:26 +00:00
.RS 4
2018-01-14 20:34:08 +00:00
Downloads PKGBUILD from ABS or AUR\&.
2017-02-15 01:50:26 +00:00
.RE
.PP
2018-01-14 20:34:08 +00:00
If no operation is selected -Y will be assumed\&.
.SH "EXTENDED PACMAN OPERATIONS"
2017-01-22 20:15:13 +00:00
.PP
2018-01-14 20:34:08 +00:00
\fB\-S, -Si, -Ss, -Su\fR
2017-01-22 20:15:13 +00:00
.RS 4
2018-01-14 20:34:08 +00:00
These operations are extended to support the AUR as well as repo packages\&.
2017-01-22 20:15:13 +00:00
.RE
.PP
2018-01-14 20:34:08 +00:00
\fB\-R\fR
2017-01-22 20:15:13 +00:00
.RS 4
2018-01-14 20:34:08 +00:00
Yay will also remove cached data about devel packages\&.
.RE
2018-01-14 20:34:08 +00:00
.SH "YAY OPTIONS (APPLY TO -Y AND --YAY)"
2017-01-22 20:15:13 +00:00
.PP
\fB<NO OPTION>\fR
.RS 4
Displays list of packages matching search terms and prompts the user on which packages to install(yogurt mode)\&.
.RE
.PP
\fB\-g \-\-getpkgbuild\fR
.RS 4
Downloads PKGBUILD from ABS or AUR\&.
.RE
.RE
.PP
\fB\-c \-\-clean\fR
.RS 4
Remove unneeded dependencies\&.
.RE
.SH "PRINT OPTIONS (APPLY TO -P AND --PRINT)"
\fB\-d \-\-defaultconfig\fR
2017-01-22 20:15:13 +00:00
.RS 4
Print current yay configuration\&.
2017-01-22 20:15:13 +00:00
.RE
.PP
\fB\-n \-\-numberupgrades\fR
.RS 4
Print number of updates\&.
.RE
.PP
\fB\-s \-\-stats\fR
2017-01-22 20:15:13 +00:00
.RS 4
2018-01-14 20:34:08 +00:00
Displays information about installed packages and system health\&. If there are orphaned or out-of-date packages, warnings will be displayed\&.
2017-01-22 20:15:13 +00:00
.RE
.PP
\fB\-u \-\-upgrades\fR
2017-01-22 20:15:13 +00:00
.RS 4
Print update list\&.
2017-01-22 20:15:13 +00:00
.RE
.PP
2018-01-14 20:34:08 +00:00
.SH "PERMANENT CONFIGURATION SETTINGS"
2017-01-22 20:15:13 +00:00
.PP
2018-01-14 20:34:08 +00:00
These options will be saved to disk and reapplied next time Yay is ran\&.
2017-01-22 20:15:13 +00:00
.PP
\fB\-\-topdown\fR
.RS 4
Display repository packages first and then AUR packages\&.
.RE
.PP
\fB\-\-bottomup\fR
.RS 4
Show AUR packages first and then repository packages\&.
.RE
.PP
\fB\-\-devel\fR
2017-01-22 20:15:13 +00:00
.RS 4
Check -git/-svn/-hg development version\&.
2017-01-22 20:15:13 +00:00
.RE
.PP
\fB\-\-nodevel\fR
.RS 4
Disable development version checking\&.
.RE
2017-01-22 20:15:13 +00:00
.PP
\fB\-\-afterclean\fR
2017-01-22 20:15:13 +00:00
.RS 4
Clean package sources after successful build\&.
2017-01-22 20:15:13 +00:00
.RE
.PP
\fB\-\-noafterclean\fR
2017-01-22 20:15:13 +00:00
.RS 4
Disable package sources cleaning after successful build\&.
2017-01-22 20:15:13 +00:00
.RE
.PP
\fB\-\-timeupdate\fR
2017-01-22 20:15:13 +00:00
.RS 4
Check package's modification date and version\&.
2017-01-22 20:15:13 +00:00
.RE
.PP
\fB\-\-notimeupdate\fR
2017-01-22 20:15:13 +00:00
.RS 4
Check only package version change\&.
2017-01-22 20:15:13 +00:00
.RE
2018-01-14 20:34:08 +00:00
.SH "EXAMPLES"
.PP
2018-01-14 20:34:08 +00:00
yay \fIfoo\fR
.RS 4
2018-01-14 20:34:08 +00:00
Search and install from the repos and the \fBAUR\fR\ using yogurt mode\&.
.RE
.PP
2018-01-14 20:34:08 +00:00
yay -Syu
.RS 4
2018-01-14 20:34:08 +00:00
Update package list and upgrade all currently installed repo and \fBAUR\fR\&.
.RE
.PP
2018-01-14 20:34:08 +00:00
yay -S \fIfoo\fR
2017-12-04 03:03:10 +00:00
.RS 4
2018-01-14 20:34:08 +00:00
Installs package \fIfoo\fR from the repos or the \fBAUR\fR\&.
2017-01-22 20:15:13 +00:00
.RE
2018-01-05 22:29:49 +00:00
.PP
2018-01-14 20:34:08 +00:00
yay -Ss \fIfoo\fR
2017-01-22 20:15:13 +00:00
.RS 4
2018-01-14 20:34:08 +00:00
Searches for package \fIfoo\fR on the repos or the \fBAUR\fR\&.
2017-12-04 03:03:10 +00:00
.RE
2018-01-14 20:34:08 +00:00
.PP
yay -Si \fIfoo\fR
2017-12-04 03:03:10 +00:00
.RS 4
2018-01-14 20:34:08 +00:00
Gets information about package \fIfoo\fR from the repos or the \fBAUR\fR\&.
2018-01-06 13:46:07 +00:00
.RE
2018-01-14 20:34:08 +00:00
.PP
yay -S \fIfoo\fR
2018-01-06 13:46:07 +00:00
.RS 4
2018-01-14 20:34:08 +00:00
Installs package \fIfoo\fR from the repos or the \fBAUR\fR\&.
2018-01-06 13:46:07 +00:00
.RE
2018-01-14 20:34:08 +00:00
.PP
yay --stats
2018-01-06 13:46:07 +00:00
.RS 4
2018-01-14 20:34:08 +00:00
Shows statistics for installed packages and system health\&.
2017-12-04 03:03:10 +00:00
.RE
.SH "SEE ALSO"
.sp
2017-01-22 20:15:13 +00:00
\fBmakepkg\fR(8)
\fBpacman\fR(8)
2018-01-14 20:34:08 +00:00
\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
2017-12-04 03:03:10 +00:00
.SH "AUTHORS"
.sp
Jguer <joaogg3@gmail\&.com>