1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/yaourt.md

25 lines
599 B
Markdown
Raw Normal View History

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