1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-06 01:35:23 +02:00
tldr/pages/linux/apx-pkgmanagers.md
Managor 5305776d45
*: capitalize the first letter after "Note:" (#16226)
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-05-04 05:15:17 +03:00

21 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}}`