How to Install and Uninstall microdnf.src Package on Oracle Linux 9
Last updated: January 12,2025
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
Copied
$
sudo dnf install
microdnf.src
Copied
2. Uninstall "microdnf.src" package
Please follow the guidance below to uninstall microdnf.src on Oracle Linux 9:
$
sudo dnf remove
microdnf.src
Copied
$
sudo dnf autoremove
Copied
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.
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.