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

Last updated: October 05,2024

1. Install "rpm-ostree.x86_64" package

Learn how to install rpm-ostree.x86_64 on CentOS Stream 8

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

2. Uninstall "rpm-ostree.x86_64" package

Please follow the guidelines below to uninstall rpm-ostree.x86_64 on CentOS Stream 8:

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

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

Last metadata expiration check: 3:47:20 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : rpm-ostree
Version : 2022.10.117.g52714b51
Release : 3.el8
Architecture : x86_64
Size : 3.4 M
Source : rpm-ostree-2022.10.117.g52714b51-3.el8.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.