shelly: refresh page (#23626)

This commit is contained in:
Managor
2026-08-20 07:54:45 +03:00
committed by GitHub
parent b3b80502ed
commit 60a0712e4b
+6 -6
View File
@@ -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]}}`