How to Install and Uninstall mm.i686 Package on Fedora 36

Last updated: May 19,2024

1. Install "mm.i686" package

In this section, we are going to explain the necessary steps to install mm.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install mm.i686

2. Uninstall "mm.i686" package

This guide let you learn how to uninstall mm.i686 on Fedora 36:

$ sudo dnf remove mm.i686 $ sudo dnf autoremove

3. Information about the mm.i686 package on Fedora 36

Last metadata expiration check: 2:24:19 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : mm
Version : 1.4.2
Release : 28.fc36
Architecture : i686
Size : 21 k
Source : mm-1.4.2-28.fc36.src.rpm
Repository : fedora
Summary : Shared memory allocation library
URL : http://www.ossp.org/pkg/lib/mm/
License : BSD with advertising
Description : OSSP mm is a 2-layer abstraction library which simplifies the usage of
: shared memory between forked (and this way strongly related) processes
: under Unix platforms. On the first layer it hides all platform dependent
: implementation details (allocation and locking) when dealing with shared
: memory segments and on the second layer it provides a high-level
: malloc(3)-style API for a convenient and well known way to work with
: data structures inside those shared memory segments.