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

24 lines
550 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.
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
2018-11-14 19:33:54 +01:00
`yaourt -S {{package_name}}`
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
2018-11-14 19:33:54 +01:00
`yaourt -Rs {{package_name}}`
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
2018-11-14 19:33:54 +01:00
`yaourt -Ss {{package_name}}`
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`