mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
35 lines
683 B
Plaintext
35 lines
683 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# paxs
|
|
|
|
> Manage packages across Yay, Flatpak, and Snap.
|
|
> Supports searching, installing, removing, and upgrading packages.
|
|
> More information: <https://github.com/zamhedonia/paxs#usage>.
|
|
|
|
- Search for a package:
|
|
|
|
`paxs {{search_term}}`
|
|
|
|
- Upgrade all packages:
|
|
|
|
`paxs {{[-u|--upgrade-all]}}`
|
|
|
|
- Install a package (prompting for the source):
|
|
|
|
`paxs {{[-i|--install]}} {{package}}`
|
|
|
|
- Remove a package (prompting for the source):
|
|
|
|
`paxs {{[-r|--remove]}} {{package}}`
|
|
|
|
- Check for updates across all package managers:
|
|
|
|
`paxs {{[-c|--check-update]}}`
|
|
|
|
- Display help:
|
|
|
|
`paxs {{[-h|--help]}}`
|