How to Install and Uninstall mmlib.x86_64 Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "mmlib.x86_64" package

This is a short guide on how to install mmlib.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install mmlib.x86_64

2. Uninstall "mmlib.x86_64" package

This guide covers the steps necessary to uninstall mmlib.x86_64 on CentOS Stream 8:

$ sudo dnf remove mmlib.x86_64 $ sudo dnf autoremove

3. Information about the mmlib.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:51:02 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : mmlib
Version : 1.4.2
Release : 8.el8
Architecture : x86_64
Size : 50 k
Source : mmlib-1.4.2-8.el8.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.