mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
aura: have parity with other arch package managers (#23532)
This commit is contained in:
+7
-7
@@ -5,28 +5,28 @@
|
||||
|
||||
- Search for packages from the AUR:
|
||||
|
||||
`aura {{[-As|--aursync --search]}} {{keyword|regex}}`
|
||||
`aura -As {{keyword|regex}}`
|
||||
|
||||
- Install a package from the AUR:
|
||||
|
||||
`aura {{[-A|--aursync]}} {{package}}`
|
||||
`aura -A {{package}}`
|
||||
|
||||
- Update all AUR packages in a verbose mode and remove all make dependencies:
|
||||
|
||||
`aura {{[-Akua|--aursync --diff --sysupgrade --delmakedeps]}}`
|
||||
`aura -Akua`
|
||||
|
||||
- Install a package from the official repositories:
|
||||
|
||||
`aura {{[-S|--sync]}} {{package}}`
|
||||
`aura -S {{package}}`
|
||||
|
||||
- Synchronize and update all packages from the official repositories:
|
||||
|
||||
`aura {{[-Syu|--sync --refresh --sysupgrade]}}`
|
||||
`aura -Syu`
|
||||
|
||||
- Remove a package and its dependencies:
|
||||
|
||||
`aura {{[-Rsu|--remove --recursive --unneeded]}} {{package}}`
|
||||
`aura -Rsu {{package}}`
|
||||
|
||||
- Remove orphan packages (installed as dependencies but not required by any package):
|
||||
|
||||
`aura {{[-Oj|--orphans --abandon]}}`
|
||||
`aura -Oj`
|
||||
|
||||
Reference in New Issue
Block a user