How to Install and Uninstall ghc-mmap.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: November 30,2024
1. Install "ghc-mmap.x86_64" package
Learn how to install ghc-mmap.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
ghc-mmap.x86_64
Copied
2. Uninstall "ghc-mmap.x86_64" package
This is a short guide on how to uninstall ghc-mmap.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
ghc-mmap.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-mmap.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 1:07:40 ago on Mon Feb 26 07:04:30 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.
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.