LinuxCommandLibrary

apx-pkgmanagers

Manage package manager configurations for apx subsystems

TLDR

Interactively create a new package manager configuration

$ apx pkgmanagers create
copy
List all available package manager configurations
$ apx pkgmanagers list
copy
Remove a package manager configuration
$ apx pkgmanagers rm --name [name]
copy
Display information about a specific package manager
$ apx pkgmanagers show [name]
copy

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 configuration
list
Display all available package manager configurations
rm
Remove a package manager configuration
show
Display details about a specific package manager

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community