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

Last updated: July 07,2024

1. Install "rpm-ostree.src" package

Please follow the steps below to install rpm-ostree.src on Oracle Linux 9

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

2. Uninstall "rpm-ostree.src" package

Learn how to uninstall rpm-ostree.src on Oracle Linux 9:

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

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

Last metadata expiration check: 0:27:02 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rpm-ostree
Version : 2023.7
Release : 1.el9
Architecture : src
Size : 14 M
Source : None
Repository : ol9_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.