How to Install and Uninstall mmlib.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 07,2024

1. Install "mmlib.x86_64" package

Learn how to install mmlib.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install mmlib.x86_64

2. Uninstall "mmlib.x86_64" package

This tutorial shows how to uninstall mmlib.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove mmlib.x86_64 $ sudo dnf autoremove

3. Information about the mmlib.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:30:38 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : mmlib
Version : 1.4.2
Release : 7.el9
Architecture : x86_64
Size : 52 k
Source : mmlib-1.4.2-7.el9.src.rpm
Repository : epel
Summary : OS abstraction layer and helpers
URL : https://opensource.mindmaze.com/projects/mmlib
License : Apache-2.0
Description : mmlib is an Operating System abstraction layer.
:
: It provides an API for application developer, so that they can write portable
: code using relatively advanced OS features without having to care about system
: specifics.
:
: The reference design in mind in its conception is POSIX, meaning that if some
: posix functionality is not available for given platform, mmlib will implement
: that same functionality itself.