mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 15:49:14 +00:00
Update cheatsheets
This commit is contained in:
34
tldr/linux/paxs
Normal file
34
tldr/linux/paxs
Normal 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`
|
||||
Reference in New Issue
Block a user