mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
820 B
820 B
shelly
A modern, unified package manager for Arch Linux. See also:
pacman,paru,yay. More information: https://www.seafoam-labs.org/shelly-alpm/docs/cli-reference/.
- Upgrade all packages from every source (repo, AUR, Flatpak, AppImage):
shelly {{[-Ux|upgrade all]}}
- Install a package:
shelly {{package}}
- Remove an installed package and its orphaned dependencies:
shelly {{[-Rs|remove standard]}} {{[-c|--cascade]}} {{package}}
- Search for a package in the standard repositories:
shelly {{[-Ss|search standard]}} {{[-v|--available]}} {{search_term}}
- Search for a package specifically in the AUR:
shelly {{[-Sa|search aur]}} {{search_term}}
- Remove orphaned packages (installed as dependencies but no longer required):
shelly {{[-Zs|purify standard]}} {{[-o|--orphans]}}