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.
|
2021-10-26 03:26:19 +01:00
|
|
|
> 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
|
|
|
|
2018-11-14 18:33:54 +00:00
|
|
|
`yaourt -S {{package_name}}`
|
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
|
|
|
|
2018-11-14 18:33:54 +00:00
|
|
|
`yaourt -Rs {{package_name}}`
|
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
|
|
|
|
2018-11-14 18:33:54 +00:00
|
|
|
`yaourt -Ss {{package_name}}`
|
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`
|