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

Last updated: October 08,2024

1. Install "mm.i686" package

This tutorial shows how to install mm.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install mm.i686

2. Uninstall "mm.i686" package

Here is a brief guide to show you how to uninstall mm.i686 on Fedora 34:

$ sudo dnf remove mm.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:45:24 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : mm
Version : 1.4.2
Release : 26.fc34
Architecture : i686
Size : 21 k
Source : mm-1.4.2-26.fc34.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.