How to Install and Uninstall microdnf.x86_64 Package on Rocky Linux 9

Last updated: October 05,2024

1. Install "microdnf.x86_64" package

This is a short guide on how to install microdnf.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install microdnf.x86_64

2. Uninstall "microdnf.x86_64" package

Here is a brief guide to show you how to uninstall microdnf.x86_64 on Rocky Linux 9:

$ sudo dnf remove microdnf.x86_64 $ sudo dnf autoremove

3. Information about the microdnf.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:30:36 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : microdnf
Version : 3.9.1
Release : 3.el9
Architecture : x86_64
Size : 49 k
Source : microdnf-3.9.1-3.el9.src.rpm
Repository : baseos
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.