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

Last updated: May 18,2024

1. Install "rpm-ostree.x86_64" package

This guide covers the steps necessary to install rpm-ostree.x86_64 on AlmaLinux 8

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

2. Uninstall "rpm-ostree.x86_64" package

Please follow the instructions below to uninstall rpm-ostree.x86_64 on AlmaLinux 8:

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

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

Last metadata expiration check: 0:17:37 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : rpm-ostree
Version : 2022.2
Release : 2.el8.alma
Architecture : x86_64
Size : 2.9 M
Source : rpm-ostree-2022.2-2.el8.alma.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.