APM
Manage applications and packages in ALT Atomic.
System packages
Install package:
bash
apm system install helloApply change to an image:
bash
apm system image applyDeclarative configuration changes are also available via editing /etc/apm/image.yml file
Execute command after editing:
bash
apm system image applyExplanation
Image changes are always applied declaratively and sequentially from the beginning of the list. During change application the host state is not remembered (i.e. It is impossible to remove a package not installed in the 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