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

Last updated: June 15,2024

1. Install "microdnf.x86_64" package

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

$ sudo dnf update $ sudo dnf install microdnf.x86_64

2. Uninstall "microdnf.x86_64" package

This guide let you learn how to uninstall microdnf.x86_64 on Oracle Linux 8:

$ sudo dnf remove microdnf.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:33:58 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : microdnf
Version : 3.8.0
Release : 2.el8
Architecture : x86_64
Size : 51 k
Source : microdnf-3.8.0-2.el8.src.rpm
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.