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

Last updated: January 12,2025

1. Install "mm.i686" package

Please follow the step by step instructions below to install mm.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install mm.i686

2. Uninstall "mm.i686" package

Learn how to uninstall mm.i686 on Fedora 39:

$ sudo dnf remove mm.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 3:56:52 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : mm
Version : 1.4.2
Release : 31.fc39
Architecture : i686
Size : 21 k
Source : mm-1.4.2-31.fc39.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.