mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-14 00:48:21 +00:00
Update cheatsheets
This commit is contained in:
26
linux/apx-pkgmanagers
Normal file
26
linux/apx-pkgmanagers
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# apx pkgmanagers
|
||||
|
||||
> Manage package managers in `apx`.
|
||||
> Note: user-created package manager configurations are stored in `~/.local/share/apx/pkgmanagers`.
|
||||
> More information: <https://github.com/Vanilla-OS/apx>.
|
||||
|
||||
- Interactively create a new package manager configuration:
|
||||
|
||||
`apx pkgmanagers create`
|
||||
|
||||
- List all available package manager confirgurations:
|
||||
|
||||
`apx pkgmanagers list`
|
||||
|
||||
- Remove a package manager configuration:
|
||||
|
||||
`apx pkgmanagers rm --name {{string}}`
|
||||
|
||||
- Display information about a specific package manager:
|
||||
|
||||
`apx pkgmanagers show {{name}}`
|
||||
Reference in New Issue
Block a user