APM
Manage applications and packages in ALT Atommic.
System packages
Install package:
bash
apm system install helloApply change to an image:
bash
apm system image applyAlso declarative configuration changing is available via "/etc/apm/image.yml" file editing
Execute command after editing:
bash
apm system image applyExplanation
Image changes always applies from the beginning declarativly repeating step-by-step, host state is not remembered, and e. g. it's impossible to remove package that not installed in base image
Distrobox
Distrobox allows you to use containers with any distribution.
Create container based on ALT Linux:
bash
apm distrobox c create --image alt --name alt-containerInstall package:
bash
apm distrobox install hello --container alt-container