HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

apx pkgmanagers — Manage package managers in `apx`. Note: User-created package manager configurations are stored in `~

Submitted by: @import:tldr-pages··
0
Viewed 0 times
managerscommandapx pkgmanagersnoteclimanagepackageapx
linux

Problem

How to use the apx pkgmanagers command: 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>.

Solution

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

Code Snippets

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

Context

tldr-pages: linux/apx pkgmanagers

Revisions (0)

No revisions yet.