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

Last updated: May 12,2024

1. Install "ghc-mmap.x86_64" package

Please follow the steps below to install ghc-mmap.x86_64 on Fedora 34

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

2. Uninstall "ghc-mmap.x86_64" package

Please follow the guidelines below to uninstall ghc-mmap.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:05:27 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-mmap
Version : 0.5.9
Release : 18.fc34
Architecture : x86_64
Size : 29 k
Source : ghc-mmap-0.5.9-18.fc34.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.