yay.8 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. '\" t
  2. .TH "YAY" "8" "2018-01-31" "Yay v2\&.295" "Yay Manual"
  3. .nh
  4. .ad l
  5. .SH "NAME"
  6. yay \- AUR Helper written in go
  7. .SH "SYNOPSIS"
  8. .sp
  9. \fIyay\fR <operation> [options] [targets]
  10. .sp
  11. \fIyay\fR <search pattern>
  12. .SH "DESCRIPTION"
  13. .sp
  14. Yay is a Pacman wrapper with AUR support\&. It passes options to Makepkg and Pacman after resolving packages to install/upgrade\&.
  15. .sp
  16. This manpage only covers options unique to Yay\&. For other options see \fBpacman(8)\fR\&.
  17. .SH "YAY OPERATIONS"
  18. .PP
  19. \fB\-Y, --yay\fR
  20. .RS 4
  21. Perform yay specific operations\&. This is the default if no other operation is selected\&.
  22. .RE
  23. .PP
  24. \fB\-P, --print\fR
  25. .RS 4
  26. Perform yay specific print operations\&.
  27. .RE
  28. .PP
  29. \fB\-G, --getpkgbuild\fR
  30. .RS 4
  31. Downloads PKGBUILD from ABS or AUR\&.
  32. .RE
  33. .PP
  34. If no operation is selected -Y will be assumed\&.
  35. .SH "EXTENDED PACMAN OPERATIONS"
  36. .PP
  37. \fB\-S, -Si, -Ss, -Su\fR
  38. .RS 4
  39. These operations are extended to support the AUR as well as repo packages\&.
  40. .RE
  41. .PP
  42. \fB\-R\fR
  43. .RS 4
  44. Yay will also remove cached data about devel packages\&.
  45. .RE
  46. .SH "YAY OPTIONS (APPLY TO -Y AND --YAY)"
  47. .PP
  48. \fB<NO OPTION>\fR
  49. .RS 4
  50. Displays list of packages matching search terms and prompts the user on which packages to install(yogurt mode)\&.
  51. .RE
  52. .PP
  53. \fB\-g \-\-getpkgbuild\fR
  54. .RS 4
  55. Downloads PKGBUILD from ABS or AUR\&.
  56. .RE
  57. .RE
  58. .PP
  59. \fB\-c \-\-clean\fR
  60. .RS 4
  61. Remove unneeded dependencies\&.
  62. .RE
  63. .SH "PRINT OPTIONS (APPLY TO -P AND --PRINT)"
  64. \fB\-d \-\-defaultconfig\fR
  65. .RS 4
  66. Print current yay configuration\&.
  67. .RE
  68. .PP
  69. \fB\-n \-\-numberupgrades\fR
  70. .RS 4
  71. Print number of updates\&.
  72. .RE
  73. .PP
  74. \fB\-s \-\-stats\fR
  75. .RS 4
  76. Displays information about installed packages and system health\&. If there are orphaned or out-of-date packages, warnings will be displayed\&.
  77. .RE
  78. .PP
  79. \fB\-u \-\-upgrades\fR
  80. .RS 4
  81. Print update list\&.
  82. .RE
  83. .PP
  84. .SH "PERMANENT CONFIGURATION SETTINGS"
  85. .PP
  86. These options will be saved to disk and reapplied next time Yay is ran\&.
  87. .PP
  88. \fB\-\-topdown\fR
  89. .RS 4
  90. Display repository packages first and then AUR packages\&.
  91. .RE
  92. .PP
  93. \fB\-\-bottomup\fR
  94. .RS 4
  95. Show AUR packages first and then repository packages\&.
  96. .RE
  97. .PP
  98. \fB\-\-devel\fR
  99. .RS 4
  100. Check -git/-svn/-hg development version\&.
  101. .RE
  102. .PP
  103. \fB\-\-nodevel\fR
  104. .RS 4
  105. Disable development version checking\&.
  106. .RE
  107. .PP
  108. \fB\-\-afterclean\fR
  109. .RS 4
  110. Clean package sources after successful build\&.
  111. .RE
  112. .PP
  113. \fB\-\-noafterclean\fR
  114. .RS 4
  115. Disable package sources cleaning after successful build\&.
  116. .RE
  117. .PP
  118. \fB\-\-timeupdate\fR
  119. .RS 4
  120. Check package's modification date and version\&.
  121. .RE
  122. .PP
  123. \fB\-\-notimeupdate\fR
  124. .RS 4
  125. Check only package version change\&.
  126. .RE
  127. .SH "EXAMPLES"
  128. .PP
  129. yay \fIfoo\fR
  130. .RS 4
  131. Search and install from the repos and the \fBAUR\fR\ using yogurt mode\&.
  132. .RE
  133. .PP
  134. yay -Syu
  135. .RS 4
  136. Update package list and upgrade all currently installed repo and \fBAUR\fR\&.
  137. .RE
  138. .PP
  139. yay -S \fIfoo\fR
  140. .RS 4
  141. Installs package \fIfoo\fR from the repos or the \fBAUR\fR\&.
  142. .RE
  143. .PP
  144. yay -Ss \fIfoo\fR
  145. .RS 4
  146. Searches for package \fIfoo\fR on the repos or the \fBAUR\fR\&.
  147. .RE
  148. .PP
  149. yay -Si \fIfoo\fR
  150. .RS 4
  151. Gets information about package \fIfoo\fR from the repos or the \fBAUR\fR\&.
  152. .RE
  153. .PP
  154. yay -S \fIfoo\fR
  155. .RS 4
  156. Installs package \fIfoo\fR from the repos or the \fBAUR\fR\&.
  157. .RE
  158. .PP
  159. yay --stats
  160. .RS 4
  161. Shows statistics for installed packages and system health\&.
  162. .RE
  163. .SH "SEE ALSO"
  164. .sp
  165. \fBmakepkg\fR(8)
  166. \fBpacman\fR(8)
  167. \fBpacman\&.conf\fR(5)
  168. .PP
  169. See the arch wiki at https://wiki\&.archlinux\&.org/index\&.php/Arch_User_Repository for more info on the \fBAUR\fR\&.
  170. .SH "BUGS"
  171. .PP
  172. Please report bugs to our GitHub page https://github\&.com/Jguer/yay
  173. .SH "AUTHORS"
  174. .sp
  175. Jguer <joaogg3@gmail\&.com>