2021-09-17 17:16:59 +01:00
|
|
|
# aura
|
|
|
|
|
2024-02-14 20:25:13 +00:00
|
|
|
> The Aura Package Manager: a secure, multilingual package manager for Arch Linux and the AUR.
|
2021-09-17 17:16:59 +01:00
|
|
|
> More information: <https://github.com/fosskers/aura>.
|
|
|
|
|
|
|
|
- Search for packages from the official repositories and AUR:
|
|
|
|
|
2023-08-26 18:30:06 +01:00
|
|
|
`aura --aursync --both --search {{keyword|regular_expression}}`
|
2021-09-17 17:16:59 +01:00
|
|
|
|
|
|
|
- Install a package from the AUR:
|
|
|
|
|
2023-08-26 18:30:06 +01:00
|
|
|
`aura --aursync {{package}}`
|
2021-09-17 17:16:59 +01:00
|
|
|
|
|
|
|
- Update all AUR packages in a verbose mode and remove all make dependencies:
|
|
|
|
|
|
|
|
`aura --aursync --diff --sysupgrade --delmakedeps --unsuppress`
|
|
|
|
|
|
|
|
- Install a package from the official repositories:
|
|
|
|
|
2023-08-26 18:30:06 +01:00
|
|
|
`aura --sync {{package}}`
|
2021-09-17 17:16:59 +01:00
|
|
|
|
|
|
|
- Synchronize and update all packages from the official repositories:
|
|
|
|
|
|
|
|
`aura --sync --refresh --sysupgrade`
|
|
|
|
|
|
|
|
- Downgrade a package using the package cache:
|
|
|
|
|
2023-08-26 18:30:06 +01:00
|
|
|
`aura --downgrade {{package}}`
|
2021-09-17 17:16:59 +01:00
|
|
|
|
|
|
|
- Remove a package and its dependencies:
|
|
|
|
|
2023-08-26 18:30:06 +01:00
|
|
|
`aura --remove --recursive --unneeded {{package}}`
|
2021-09-17 17:16:59 +01:00
|
|
|
|
|
|
|
- Remove orphan packages (installed as dependencies but not required by any package):
|
|
|
|
|
|
|
|
`aura --orphans --abandon`
|