How to Install and Uninstall microdnf.src Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "microdnf.src" package

In this section, we are going to explain the necessary steps to install microdnf.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install microdnf.src

2. Uninstall "microdnf.src" package

Please follow the guidance below to uninstall microdnf.src on Oracle Linux 9:

$ sudo dnf remove microdnf.src $ sudo dnf autoremove

3. Information about the microdnf.src package on Oracle Linux 9

Last metadata expiration check: 1:41:17 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : microdnf
Version : 3.9.1
Release : 3.el9
Architecture : src
Size : 60 k
Source : None
Repository : ol9_baseos_latest
Summary : Lightweight implementation of DNF in C
URL : https://github.com/rpm-software-management/microdnf
License : GPLv2+
Description : Micro DNF is a lightweight C implementation of DNF, designed to be used
: for doing simple packaging actions when you don't need full-blown DNF and
: you want the tiniest useful environments possible.
:
: That is, you don't want any interpreter stack and you want the most
: minimal environment possible so you can build up to exactly what you need.