How to Install and Uninstall microdnf.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 15,2024

1. Install "microdnf.x86_64" package

Please follow the step by step instructions below to install microdnf.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install microdnf.x86_64

2. Uninstall "microdnf.x86_64" package

Please follow the guidance below to uninstall microdnf.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove microdnf.x86_64 $ sudo dnf autoremove

3. Information about the microdnf.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:06:57 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : microdnf
Version : 3.4.0
Release : 1.el8
Architecture : x86_64
Size : 45 k
Source : microdnf-3.4.0-1.el8.src.rpm
Repository : baseos
Summary : Minimal C implementation of DNF
URL : https://github.com/rpm-software-management/microdnf
License : GPLv3+
Description : Micro DNF is a very minimal C implementation of DNF's install, upgrade,
: remove, repolist, and clean commands, designed to be used for doing simple
: packaging actions in containers when you don't need full-blown DNF and
: you want the tiniest useful containers 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.
:
: This is not a substitute for DNF for real systems, and many of DNF's
: capabilities are intentionally not implemented in Micro DNF.