mirror of https://github.com/CrimsonTome/tldr.git
22 lines
551 B
Markdown
22 lines
551 B
Markdown
# 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}}`
|