yay.8 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. '\" t
  2. .TH "YAY" "8" "2017-01-05" "Yay v2\&.219" "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\-G, --getpkgbuild\fR
  25. .RS 4
  26. Downloads PKGBUILD from ABS or AUR\&.
  27. .RE
  28. .PP
  29. If no operation is selected -Y will be assumed\&.
  30. .SH "EXTENDED PACMAN OPERATIONS"
  31. .PP
  32. \fB\-S, -Si, -Ss, -Su\fR
  33. .RS 4
  34. These operations are extended to support the AUR as well as repo packages\&.
  35. .RE
  36. .PP
  37. \fB\-R\fR
  38. .RS 4
  39. Yay will also remove cached data about devel packages\&.
  40. .SH "YAY OPTIONS (APPLY TO -Y AND --YAY)"
  41. .PP
  42. \fB<NO OPERATION>\fR
  43. .RS 4
  44. Displays List of packages matching search terms and prompts the user on which packages to install(yogurt mode)\&.
  45. .RE
  46. .PP
  47. \fB\--stats\fR
  48. .RS 4
  49. Displays information about installed packages and system health\&. If there are orphaned or out-of-date packages, warnings will be displayed\&.
  50. .RE
  51. .PP
  52. \fB\-\-printconfig\fR
  53. .RS 4
  54. Prints current yay configuration\&.
  55. .RE
  56. .SH "PERMANENT CONFIGURATION SETTINGS"
  57. .PP
  58. These options will be saved to disk and reapplied next time Yay is ran\&.
  59. .PP
  60. \fB\-\-topdown\fR
  61. .RS 4
  62. Display repository packages first and then AUR packages\&.
  63. .RE
  64. .PP
  65. \fB\-\-bottomup\fR
  66. .RS 4
  67. Show AUR packages first and then repository packages\&.
  68. .RE
  69. .PP
  70. \fB\-\-devel\fR
  71. .RS 4
  72. Check -git/-svn/-hg development version\&.
  73. .RE
  74. .PP
  75. \fB\-\-nodevel\fR
  76. .RS 4
  77. Disable development version checking\&.
  78. .RE
  79. .PP
  80. \fB\-\-afterclean\fR
  81. .RS 4
  82. Clean package sources after successful build\&.
  83. .RE
  84. .PP
  85. \fB\-\-noafterclean\fR
  86. .RS 4
  87. Disable package sources cleaning after successful build\&.
  88. .RE
  89. .PP
  90. \fB\-\-timeupdate\fR
  91. .RS 4
  92. Check package's modification date and version\&.
  93. .RE
  94. .PP
  95. \fB\-\-notimeupdate\fR
  96. .RS 4
  97. Check only package version change\&.
  98. .RE
  99. .SH "EXAMPLES"
  100. .PP
  101. yay \fIfoo\fR
  102. .RS 4
  103. Search and install from the repos and the \fBAUR\fR\ using yogurt mode\&.
  104. .RE
  105. .PP
  106. yay -Syu
  107. .RS 4
  108. Update package list and upgrade all currently installed repo and \fBAUR\fR\&.
  109. .RE
  110. .PP
  111. yay -S \fIfoo\fR
  112. .RS 4
  113. Installs package \fIfoo\fR from the repos or the \fBAUR\fR\&.
  114. .RE
  115. .PP
  116. yay -Ss \fIfoo\fR
  117. .RS 4
  118. Searches for package \fIfoo\fR on the repos or the \fBAUR\fR\&.
  119. .RE
  120. .PP
  121. yay -Si \fIfoo\fR
  122. .RS 4
  123. Gets information about package \fIfoo\fR from the repos or the \fBAUR\fR\&.
  124. .RE
  125. .PP
  126. yay -S \fIfoo\fR
  127. .RS 4
  128. Installs package \fIfoo\fR from the repos or the \fBAUR\fR\&.
  129. .RE
  130. .PP
  131. yay --stats
  132. .RS 4
  133. Shows statistics for installed packages and system health\&.
  134. .RE
  135. .SH "SEE ALSO"
  136. .sp
  137. \fBmakepkg\fR(8)
  138. \fBpacman\fR(8)
  139. \fBpacman\&.conf\fR(5)
  140. .PP
  141. See the arch wiki at https://wiki\&.archlinux\&.org/index\&.php/Arch_User_Repository for more info on the \fBAUR\fR\&.
  142. .SH "BUGS"
  143. .PP
  144. Please report bugs to our GitHub page https://github\&.com/Jguer/yay
  145. .SH "AUTHORS"
  146. .sp
  147. Jguer <joaogg3@gmail\&.com>