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.
|
2021-10-26 04:26:19 +02:00
|
|
|
> 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
|
|
|
|
2023-08-26 23:00:06 +05:30
|
|
|
`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
|
|
|
|
2023-08-26 23:00:06 +05:30
|
|
|
`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
|
|
|
|
2023-08-26 23:00:06 +05:30
|
|
|
`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`
|