mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
27 lines
668 B
Plaintext
27 lines
668 B
Plaintext
---
|
|
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://docs.vanillaos.org/docs/en/apx-manpage#pkgmanagers>.
|
|
|
|
- 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}}`
|