Merge branch 'master' of git://github.com/dylanrees/tldr into master

waldyrious/alt-syntax
Ruben Vereecken 2016-01-24 11:43:33 +01:00
commit aa32d37544
1 changed files with 23 additions and 0 deletions

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`