tldr/pages/linux/yaourt.md

25 lines
599 B
Markdown
Raw Normal View History

2016-01-22 23:19:17 +00:00
# yaourt
2016-01-18 06:50:01 +00:00
2016-01-24 10:45:36 +00:00
> Arch Linux utility for building packages from the Arch User Repository.
> More information: <https://linuxcommandlibrary.com/man/yaourt>.
2016-01-18 06:50:01 +00:00
2016-01-24 10:45:36 +00:00
- Synchronize and update all packages (including AUR):
2016-01-18 06:50:01 +00:00
`yaourt -Syua`
2016-01-24 10:45:36 +00:00
- Install a new package (includes AUR):
2016-01-18 06:50:01 +00:00
`yaourt -S {{package}}`
2016-01-18 06:50:01 +00:00
2016-01-24 10:45:36 +00:00
- Remove a package and its dependencies (includes AUR packages):
2016-01-18 06:50:01 +00:00
`yaourt -Rs {{package}}`
2016-01-18 06:50:01 +00:00
2016-01-24 10:45:36 +00:00
- Search the package database for a keyword (including AUR):
2016-01-18 06:50:01 +00:00
`yaourt -Ss {{query}}`
2016-01-18 06:50:01 +00:00
2016-01-24 10:45:36 +00:00
- List installed packages, versions, and repositories (AUR packages will be listed under the repository name 'local'):
2016-01-18 06:50:01 +00:00
`yaourt -Q`