mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 23:55:42 +02:00
yay: add page (#2460)
This commit is contained in:
parent
5f67df146b
commit
99ecfb4054
1 changed files with 28 additions and 0 deletions
28
pages/linux/yay.md
Normal file
28
pages/linux/yay.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# yay
|
||||
|
||||
> Yet Another Yogurt: A utility for Arch Linux to build and install packages from the Arch User Repository.
|
||||
> Also see `pacman`.
|
||||
|
||||
- Interactively search and install packages from the repos and AUR:
|
||||
|
||||
`yay {{package_name|search_term}}`
|
||||
|
||||
- Synchronize and update all packages from the repos and AUR:
|
||||
|
||||
`yay`
|
||||
|
||||
- Synchronize and update only AUR packages:
|
||||
|
||||
`yay -Sua`
|
||||
|
||||
- Install a new package from the repos and AUR:
|
||||
|
||||
`yay -S {{package_name}}`
|
||||
|
||||
- Search the package database for a keyword from the repos and AUR:
|
||||
|
||||
`yay -Ss {{keyword}}`
|
||||
|
||||
- Show statistics for installed packages and system health:
|
||||
|
||||
`yay -Ps`
|
Loading…
Add table
Reference in a new issue