mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 13:33:43 +02:00
parent
89a1fb0a5c
commit
92ad9e969c
1 changed files with 29 additions and 0 deletions
29
pages/linux/paxs.md
Normal file
29
pages/linux/paxs.md
Normal 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`
|
Loading…
Add table
Reference in a new issue