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

Last updated: November 23,2024

1. Install "ghc-mmap.x86_64" package

Please follow the instructions below to install ghc-mmap.x86_64 on Fedora 35

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

2. Uninstall "ghc-mmap.x86_64" package

Please follow the steps below to uninstall ghc-mmap.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 5:47:34 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ghc-mmap
Version : 0.5.9
Release : 20.fc35
Architecture : x86_64
Size : 29 k
Source : ghc-mmap-0.5.9-20.fc35.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.