apx-subsystems
Manage containerized subsystems for isolated package installations
TLDR
Create new subsystem
$ apx subsystems new
List subsystems$ apx subsystems list
Reset subsystem$ apx subsystems reset -n name
Force reset$ apx subsystems reset -n name -f
Remove subsystem$ apx subsystems rm -n name
Force remove$ apx subsystems rm -n name -f
SYNOPSIS
apx subsystems command [OPTIONS]
DESCRIPTION
apx subsystems manages containerized subsystems in the apx package manager. Subsystems are containers created from pre-existing stacks, allowing isolated package installations with different package managers.
PARAMETERS
new
Interactively create a new subsystemlist
List all available subsystemsreset
Reset a subsystem to its initial staterm
Remove a subsystem-n, --name name
Specify subsystem name-f, --force
Force the operation without confirmation
CAVEATS
Subsystems require container runtime support. Removing or resetting a subsystem destroys its contents. Creating subsystems requires a compatible stack to be available.
HISTORY
apx is the package manager for Vanilla OS, providing subsystem-based package management with support for multiple package managers.
SEE ALSO
apx-stacks(1), distrobox(1)
