1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-30 21:15:29 +02:00

Create yaourt.md

This commit is contained in:
Dylan Rees 2016-01-18 01:50:01 -05:00
parent 97e57c9d71
commit 5366dade98

23
pages/linux/yaourt.md Normal file
View file

@ -0,0 +1,23 @@
yaourt
> Arch Linux utility for building packages from the Arch User Repository
- synchronize and update all packages (including AUR)
`yaourt -Syua`
- install a new package (includes AUR)
`yaourt -S package-name`
- remove a package and its dependencies (includes AUR packages)
`yaourt -Rs package-name`
- search the package database for a keyword (including AUR)
`yaourt -Ss package-name`
- list installed packages, versions, and repositories (AUR packages will be listed under the repository name 'local')
`yaourt -Q`