yay.8 2.4 KB

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