yay.8 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. '\" t
  2. .TH "YAY" "8" "22/01/2017" "yay" "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] [packages]
  10. .SH "DESCRIPTION"
  11. .sp
  12. yay is a pacman wrapper with AUR support. It passes options to makepkg and pacman after resolving packages to install/upgrade.
  13. .SH "OPERATIONS"
  14. .PP
  15. \fB\-Cd\fR
  16. .RS 4
  17. Remove uneeded dependencies\&.
  18. .RE
  19. .PP
  20. \fB\-G\fR
  21. .RS 4
  22. Downloads PKGBUILD from ABS or AUR.
  23. .RE
  24. .PP
  25. \fB\-Qstats\fR
  26. .RS 4
  27. Displays information about installed packages and system health. If there are orphaned or out-of-date packages, warnings will be displayed\&.
  28. .RE
  29. .PP
  30. \fB\-Ss\fR
  31. .RS 4
  32. Search for package in repositories and AUR\&.
  33. .RE
  34. .PP
  35. \fB\-Si\fR
  36. .RS 4
  37. Show information for a package in the repositories or AUR\&.
  38. .RE
  39. .PP
  40. \fB\-Syu\fR
  41. .RS 4
  42. Upgrade packages from the repositories and the AUR\&.
  43. .RE
  44. .PP
  45. \fB\-h, \-\-help\fR
  46. .RS 4
  47. Show yay usage\&.
  48. .RE
  49. .PP
  50. \fB<NO OPERATION>\fR
  51. .RS 4
  52. Displays menu for package install selection (yogurt mode)\&.
  53. .RE
  54. .PP
  55. All other operations will be passed to pacman\&.
  56. .PP
  57. .SH "OPTIONS"
  58. .PP
  59. \fB\-\-topdown\fR
  60. .RS 4
  61. Display repository packages first and then AUR packages\&.
  62. .RE
  63. .PP
  64. \fB\-\-bottomup\fR
  65. .RS 4
  66. Show AUR packages first and then repository packages\&.
  67. .RE
  68. .PP
  69. \fB\-\-noconfirm\fR
  70. .RS 4
  71. No user intervention needed unless a package conflict happens. This option will be passed to pacman and makepkg\&.
  72. .RE
  73. .PP
  74. All other options will be passed to pacman\&.
  75. .PP
  76. .SH "EXAMPLES"
  77. .sp
  78. .RS 4
  79. .ie n \{\
  80. \h'-04'\(bu\h'+03'\c
  81. .\}
  82. .el \{\
  83. .sp -1
  84. .IP \(bu 2.3
  85. .\}
  86. Sync and update packages from repository and AUR:
  87. yay \-Syu
  88. .RE
  89. .sp
  90. .RS 4
  91. .ie n \{\
  92. \h'-04'\(bu\h'+03'\c
  93. .\}
  94. .el \{\
  95. .sp -1
  96. .IP \(bu 2.3
  97. .\}
  98. Check installed packages health:
  99. yay \-Qstats
  100. .RE
  101. .PP
  102. .sp
  103. For a package called \fIname\fR:
  104. .sp
  105. .RS 4
  106. .ie n \{\
  107. \h'-04'\(bu\h'+03'\c
  108. .\}
  109. .el \{\
  110. .sp -1
  111. .IP \(bu 2.3
  112. .\}
  113. Search:
  114. yay \-Ss \fIname\fR
  115. .RE
  116. .sp
  117. .RS 4
  118. .ie n \{\
  119. \h'-04'\(bu\h'+03'\c
  120. .\}
  121. .el \{\
  122. .sp -1
  123. .IP \(bu 2.3
  124. .\}
  125. Install:
  126. yay \-S \fIname\fR
  127. .RE
  128. .sp
  129. .RS 4
  130. .ie n \{\
  131. \h'-04'\(bu\h'+03'\c
  132. .\}
  133. .el \{\
  134. .sp -1
  135. .IP \(bu 2.3
  136. .\}
  137. Install without confirmations:
  138. yay \-S \-\-noconfirm \fIname\fR
  139. .RE
  140. .sp
  141. .RS 4
  142. .ie n \{\
  143. \h'-04'\(bu\h'+03'\c
  144. .\}
  145. .el \{\
  146. .sp -1
  147. .IP \(bu 2.3
  148. .\}
  149. Get information about a package:
  150. yay \-Si \fIname\fR
  151. .RE
  152. .sp
  153. .RS 4
  154. .ie n \{\
  155. \h'-04'\(bu\h'+03'\c
  156. .\}
  157. .el \{\
  158. .sp -1
  159. .IP \(bu 2.3
  160. .\}
  161. Search and install using yogurt mode:
  162. yay \fIname\fR
  163. .RE
  164. .SH "SEE ALSO"
  165. .sp
  166. \fBmakepkg\fR(8)
  167. .sp
  168. \fBpacman\fR(8)
  169. .sp
  170. \fBpacman.conf\fR(5)
  171. .SH "AUTHORS"
  172. .sp
  173. Jguer <joaogg3@gmail\&.com>