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

Last updated: November 01,2024

1. Install "rpm-ostree.x86_64" package

Here is a brief guide to show you how to install rpm-ostree.x86_64 on Fedora 35

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

2. Uninstall "rpm-ostree.x86_64" package

This tutorial shows how to uninstall rpm-ostree.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 1:48:11 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rpm-ostree
Version : 2022.9
Release : 1.fc35
Architecture : x86_64
Size : 3.6 M
Source : rpm-ostree-2022.9-1.fc35.src.rpm
Repository : updates
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.