yay.8 2.4 KB

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