How To Install mm on Fedora 36
Introduction
In this tutorial we learn how to install mm on Fedora 36.
What is mm
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.
We can use yum or dnf to install mm on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mm.
Install mm on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install mm using dnf by running the following command:
sudo dnf -y install mm
Install mm on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install mm using yum by running the following command:
sudo yum -y install mm
How To Uninstall mm on Fedora 36
To uninstall only the mm package we can use the following command:
sudo dnf remove mm
mm Package Contents on Fedora 36
---
/usr/lib/.build-id
/usr/lib/.build-id/56
/usr/lib/.build-id/56/a5a2ad6aa1acef5d2b75e63314a43ecc92ffb3
/usr/lib64/libmm.so.14
/usr/lib64/libmm.so.14.0.22
/usr/share/doc/mm
/usr/share/doc/mm/LICENSE
/usr/share/doc/mm/README
/usr/share/doc/mm/THANKS
References
title: “How To Install mm on Fedora 36”
- mm website linkTitle: “mm”
type: “docs”
Summary
description: “In this tutorial we learn how to install mm in Fedora 36. mm is Shared memory allocation library”
In this tutorial we learn how to install mm on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
date: “2022-08-17”
lastmod: “2022-08-17” #image: /images/fedora/36/mm-featured.png
Introduction
In this tutorial we learn how to install mm on Fedora 36.
What is mm
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.
We can use yum or dnf to install mm on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mm.
Install mm on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install mm using dnf by running the following command:
sudo dnf -y install mm
Install mm on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install mm using yum by running the following command:
sudo yum -y install mm
How To Uninstall mm on Fedora 36
To uninstall only the mm package we can use the following command:
sudo dnf remove mm
mm Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/b0c9b79048c75cf95fcce016a232c22ce339c8
/usr/lib/libmm.so.14
/usr/lib/libmm.so.14.0.22
/usr/share/doc/mm
/usr/share/doc/mm/LICENSE
/usr/share/doc/mm/README
/usr/share/doc/mm/THANKS
References
Summary
In this tutorial we learn how to install mm on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).