mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
shelly: refresh page (#23626)
This commit is contained in:
@@ -6,24 +6,24 @@
|
||||
|
||||
- Upgrade all packages from every source (repo, AUR, Flatpak, AppImage):
|
||||
|
||||
`shelly upgrade-all`
|
||||
`shelly {{[-Ux|upgrade all]}}`
|
||||
|
||||
- Install a package:
|
||||
|
||||
`shelly install {{package}}`
|
||||
`shelly {{package}}`
|
||||
|
||||
- Remove an installed package and its orphaned dependencies:
|
||||
|
||||
`shelly remove --cascade {{package}}`
|
||||
`shelly {{[-Rs|remove standard]}} {{[-c|--cascade]}} {{package}}`
|
||||
|
||||
- Search for a package in the standard repositories:
|
||||
|
||||
`shelly query --available {{search_term}}`
|
||||
`shelly {{[-Ss|search standard]}} {{[-v|--available]}} {{search_term}}`
|
||||
|
||||
- Search for a package specifically in the AUR:
|
||||
|
||||
`shelly aur search {{search_term}}`
|
||||
`shelly {{[-Sa|search aur]}} {{search_term}}`
|
||||
|
||||
- Remove orphaned packages (installed as dependencies but no longer required):
|
||||
|
||||
`shelly purify --orphans`
|
||||
`shelly {{[-Zs|purify standard]}} {{[-o|--orphans]}}`
|
||||
|
||||
Reference in New Issue
Block a user