How to Install and Uninstall ghc-mmap.x86_64 Package on Oracle Linux 9

Last updated: July 06,2024

1. Install "ghc-mmap.x86_64" package

This guide let you learn how to install ghc-mmap.x86_64 on Oracle Linux 9

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

2. Uninstall "ghc-mmap.x86_64" package

Please follow the instructions below to uninstall ghc-mmap.x86_64 on Oracle Linux 9:

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

3. Information about the ghc-mmap.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:34:39 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-mmap
Version : 0.5.9
Release : 21.el9
Architecture : x86_64
Size : 30 k
Source : ghc-mmap-0.5.9-21.el9.src.rpm
Repository : epel
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.