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

Last updated: October 08,2024

1. Install "ghc-mmap.x86_64" package

Here is a brief guide to show you how to install ghc-mmap.x86_64 on Fedora 39

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

2. Uninstall "ghc-mmap.x86_64" package

This is a short guide on how to uninstall ghc-mmap.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 1:57:45 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-mmap
Version : 0.5.9
Release : 35.fc39
Architecture : x86_64
Size : 29 k
Source : ghc-mmap-0.5.9-35.fc39.src.rpm
Repository : fedora
Summary : Memory mapped files library
URL : https://hackage.haskell.org/package/mmap
License : BSD-3-Clause
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.