How to Install and Uninstall ghc-mmap.x86_64 Package on Fedora 36

Last updated: January 17,2025

1. Install "ghc-mmap.x86_64" package

Please follow the guidance below to install ghc-mmap.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ghc-mmap.x86_64

2. Uninstall "ghc-mmap.x86_64" package

This guide covers the steps necessary to uninstall ghc-mmap.x86_64 on Fedora 36:

$ sudo dnf remove ghc-mmap.x86_64 $ sudo dnf autoremove

3. Information about the ghc-mmap.x86_64 package on Fedora 36

Last metadata expiration check: 1:52:43 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-mmap
Version : 0.5.9
Release : 21.fc36
Architecture : x86_64
Size : 13 k
Source : ghc-mmap-0.5.9-21.fc36.src.rpm
Repository : fedora
Summary : Memory mapped files library
URL : https://hackage.haskell.org/package/mmap
License : BSD
Description : This library provides a wrapper to mmap(2) or MapViewOfFile, allowing files or
: devices to be lazily loaded into memory as strict or lazy ByteStrings,
: ForeignPtrs or plain Ptrs, using the virtual memory subsystem to do on-demand
: loading. Modifications are also supported.