apx(1)

APX(1) User Manual APX(1)

NAME

apx - Apx is a package manager with support for multiple sources, allowing you to install packages in subsystems.

SYNOPSIS

apx [command] [flags] [arguments]

DESCRIPTION

Apx is a package manager with support for multiple sources, allowing you to install packages in subsystems.

OPTIONS


-h, --help Show help for apx.


-v, --version Show version for apx.

APX COMMANDS

stacks
Work with the stacks that are available in apx.

subsystems

Work with the subsystems that are available in apx.

pkgmanagers

Work with the package managers that are available in apx.

AUTHORS

Written by Vanilla OS contributors.

REPORT BUGS TO

https://github.com/vanilla-os/apx/issues

LICENSE

GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.

APX SUBCOMMANDS

SUBCOMMAND STACKS

Work with the stacks that are available in apx.

SYNOPSIS

stacks [command] [flags] [arguments]

DESCRIPTION

Work with the stacks that are available in apx.

OPTIONS

GLOBAL OPTIONS

LIST

List all available stacks.

SHOW

Show information about the specified stack.

NEW

Create a new stack.

UPDATE

Update the specified stack.

RM

Remove the specified stack.

EXPORT

Export the specified stack.

IMPORT

Import the specified stack.

SUBCOMMAND SUBSYSTEMS

Work with the subsystems that are available in apx.

SYNOPSIS

subsystems [command] [flags] [arguments]

DESCRIPTION

Work with the subsystems that are available in apx.

OPTIONS

GLOBAL OPTIONS

LIST

List all available subsystems.

NEW

Create a new subsystem.

RM

Remove the specified subsystem.

RESET

Reset the specified subsystem.

SUBCOMMAND PKGMANAGERS

Work with the package managers that are available in apx.

SYNOPSIS

pkgmanagers [command] [flags] [arguments]

DESCRIPTION

Work with the package managers that are available in apx.

OPTIONS

GLOBAL OPTIONS

LIST

List all available package managers.

SHOW

Show information about the specified package manager.

NEW

Create a new package manager.

RM

Remove the specified package manager.

EXPORT

Export the specified package manager.

IMPORT

Import the specified package manager.

UPDATE

Update the specified package manager.
2024-10-20 apx