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

Last updated: July 03,2024

1. Install "microdnf.src" package

This guide covers the steps necessary to install microdnf.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install microdnf.src

2. Uninstall "microdnf.src" package

This guide covers the steps necessary to uninstall microdnf.src on Oracle Linux 8:

$ sudo dnf remove microdnf.src $ sudo dnf autoremove

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

Last metadata expiration check: 1:34:12 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : microdnf
Version : 3.8.0
Release : 2.el8
Architecture : src
Size : 49 k
Source : None
Repository : ol8_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.