How to Install and Uninstall rpm-ostree.x86_64 Package on AlmaLinux 9

Last updated: June 25,2024

1. Install "rpm-ostree.x86_64" package

Please follow the step by step instructions below to install rpm-ostree.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install rpm-ostree.x86_64

2. Uninstall "rpm-ostree.x86_64" package

This guide let you learn how to uninstall rpm-ostree.x86_64 on AlmaLinux 9:

$ sudo dnf remove rpm-ostree.x86_64 $ sudo dnf autoremove

3. Information about the rpm-ostree.x86_64 package on AlmaLinux 9

Last metadata expiration check: 2:48:12 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rpm-ostree
Version : 2023.7
Release : 1.el9
Architecture : x86_64
Size : 4.6 M
Source : rpm-ostree-2023.7-1.el9.src.rpm
Repository : appstream
Summary : Hybrid image/package system
URL : https://github.com/coreos/rpm-ostree
License : LGPLv2+
Description : rpm-ostree is a hybrid image/package system. It supports
: "composing" packages on a build server into an OSTree repository,
: which can then be replicated by client systems with atomic upgrades.
: Additionally, unlike many "pure" image systems, with rpm-ostree
: each client system can layer on additional packages, providing
: a "best of both worlds" approach.