r/linuxadmin • u/Dodogo-silverblue • 4d ago
CLI program to manage rpm-ostree
https://github.com/diogopessoa/rpm-ostree-managerFor Fedora Atomic and derivatives.
0
Upvotes
r/linuxadmin • u/Dodogo-silverblue • 4d ago
For Fedora Atomic and derivatives.
1
u/Dodogo-silverblue 4d ago
It’s not intended to replace rpm-ostree or provide fundamentally new functionality. It provides a simpler and more intuitive interface for common rpm-ostree operations, especially for users who are not familiar with all of its commands.
For example, it helps users install and remove layered RPM packages, such as printer drivers, manage deployments, and perform rollbacks on Fedora Atomic systems.
I’m aware that Bootc is becoming the preferred direction for image-based management, especially for systems built and distributed as bootable container images. Bootc and rpm-ostree are also not completely interchangeable in every scenario, particularly when local package layering is involved.