Skip to content

APM

Manage applications and packages in ALT Atomic.

System packages

Install package:

bash
apm system install hello

Apply change to an image:

bash
apm system image apply

Declarative configuration changes are also available via editing /etc/apm/image.yml file

Execute command after editing:

bash
apm system image apply

Explanation

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-container

Install package:

bash
apm distrobox install hello --container alt-container

Released under the GPL-3.0+ license. Content is available under the CC BY-SA 4.0 license, unless otherwise stated.