apx-pkgmanagers
Manage package manager configurations for apx subsystems
TLDR
Interactively create a new package manager configuration
$ apx pkgmanagers create
List all available package manager configurations$ apx pkgmanagers list
Remove a package manager configuration$ apx pkgmanagers rm --name [name]
Display information about a specific package manager$ apx pkgmanagers show [name]
SYNOPSIS
apx pkgmanagers command [options]
DESCRIPTION
apx pkgmanagers manages package manager configurations in apx. These configurations define how packages are installed, updated, and removed within subsystems.
User-created package manager configurations are stored in ~/.local/share/apx/pkgmanagers. Built-in configurations for common package managers like apt, dnf, and pacman are provided by default.
PARAMETERS
--name string
Specify the package manager name for rm operations
SUBCOMMANDS
create
Interactively create a new package manager configurationlist
Display all available package manager configurationsrm
Remove a package manager configurationshow
Display details about a specific package manager
SEE ALSO
apx(1), apx-stacks(1), apx-subsystems(1)
