How to Install and Uninstall rpm-ostree.src Package on Oracle Linux 8

Last updated: November 24,2024

1. Install "rpm-ostree.src" package

Please follow the guidelines below to install rpm-ostree.src on Oracle Linux 8

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

2. Uninstall "rpm-ostree.src" package

Please follow the instructions below to uninstall rpm-ostree.src on Oracle Linux 8:

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

3. Information about the rpm-ostree.src package on Oracle Linux 8

Last metadata expiration check: 2:40:50 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : rpm-ostree
Version : 2022.2
Release : 2.el8
Architecture : src
Size : 15 M
Source : None
Repository : ol8_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.