How to Install and Uninstall rpm-ostree.x86_64 Package on Fedora 39

Last updated: November 27,2024

1. Install "rpm-ostree.x86_64" package

This tutorial shows how to install rpm-ostree.x86_64 on Fedora 39

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

2. Uninstall "rpm-ostree.x86_64" package

Please follow the step by step instructions below to uninstall rpm-ostree.x86_64 on Fedora 39:

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

3. Information about the rpm-ostree.x86_64 package on Fedora 39

Last metadata expiration check: 4:47:42 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rpm-ostree
Version : 2024.2
Release : 2.fc39
Architecture : x86_64
Size : 4.0 M
Source : rpm-ostree-2024.2-2.fc39.src.rpm
Repository : updates
Summary : Hybrid image/package system
URL : https://github.com/coreos/rpm-ostree
License : LGPL-2.0-or-later
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.