How to Install and Uninstall mm.x86_64 Package on Fedora 38

Last updated: January 11,2025

1. Install "mm.x86_64" package

This guide let you learn how to install mm.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install mm.x86_64

2. Uninstall "mm.x86_64" package

This guide let you learn how to uninstall mm.x86_64 on Fedora 38:

$ sudo dnf remove mm.x86_64 $ sudo dnf autoremove

3. Information about the mm.x86_64 package on Fedora 38

Last metadata expiration check: 2:38:38 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : mm
Version : 1.4.2
Release : 30.fc38
Architecture : x86_64
Size : 20 k
Source : mm-1.4.2-30.fc38.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.