1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 13:33:43 +02:00

paxs: add page (#15632)

* paxs: add page

* Update paxs.md
This commit is contained in:
zamhedonia 2025-02-01 18:44:41 +00:00 committed by GitHub
parent 89a1fb0a5c
commit 92ad9e969c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

29
pages/linux/paxs.md Normal file
View file

@ -0,0 +1,29 @@
# paxs
> Manage packages across Yay, Flatpak, and Snap.
> Supports searching, installing, removing, and upgrading packages.
> More information: <https://github.com/zamhedonia/paxs>.
- Search for a package:
`paxs {{search_term}}`
- Upgrade all packages:
`paxs -u`
- Install a package (prompting for the source):
`paxs -i {{package}}`
- Remove a package (prompting for the source):
`paxs -r {{package}}`
- Check for updates across all package managers:
`paxs -c`
- Display help:
`paxs -h`