Update cheatsheets

This commit is contained in:
ivuorinen
2025-02-02 00:18:34 +00:00
parent 6a2d6bb8c0
commit a3844df520
3 changed files with 72 additions and 1 deletions

34
tldr/linux/paxs Normal file
View File

@@ -0,0 +1,34 @@
---
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>.
- 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`