How to Install and Uninstall libmm-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 18,2024

1. Install "libmm-dev" package

Please follow the steps below to install libmm-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmm-dev

2. Uninstall "libmm-dev" package

This is a short guide on how to uninstall libmm-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmm-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmm-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmm-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 85
Maintainer: Ubuntu Developers
Original-Maintainer: Mark Brown
Architecture: amd64
Source: mm
Version: 1.4.2-5ubuntu4
Depends: libmm14 (= 1.4.2-5ubuntu4)
Filename: pool/universe/m/mm/libmm-dev_1.4.2-5ubuntu4_amd64.deb
Size: 25562
MD5sum: f0fc1b070fe3f44d32e42fc0c3f64d44
SHA1: c677a093e068f1131f5fbe25e6d343a975a86bff
SHA256: 55c6cae4d09db463db63395a9596b063ff251319d7a8f8e11df004d562f610f6
Description-en: Shared memory library - development files
OSSP mm is a two layer abstraction library which simplifies the use of
shared memory between forked (and therefore closely related) processes.
It hides all platform-dependent aspects of the process from the user
and provides a malloc(3)-style API.
.
This package contains the development files required to compile
programs that use mm.
Description-md5: 8bdc2dd04706caf12a5940813c3bc8d1
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu