How to Install and Uninstall libghc-mmap-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "libghc-mmap-dev" package

Please follow the steps below to install libghc-mmap-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-mmap-dev

2. Uninstall "libghc-mmap-dev" package

Please follow the steps below to uninstall libghc-mmap-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-mmap-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-mmap-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-mmap-dev
Priority: extra
Section: universe/haskell
Installed-Size: 270
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-mmap
Version: 0.5.9-3
Provides: libghc-mmap-dev-0.5.9-87f4a
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-bytestring-dev-0.10.6.0-9a873, libc6 (>= 2.2.5)
Suggests: libghc-mmap-doc, libghc-mmap-prof
Filename: pool/universe/h/haskell-mmap/libghc-mmap-dev_0.5.9-3_amd64.deb
Size: 38054
MD5sum: e4014a5e7d26f99ecc1e307720ca6d3e
SHA1: 4af86fe10c0b094c8148130246e096fe40675eda
SHA256: 1ce5ae041c5e85ce16f2b7dc0769b3844a24ea5707474f8c50678d31d72f4393
Description-en: Memory mapped files for POSIX and Windows
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.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 8f434645286c636034c55ce2c6abeb32
Homepage: http://hackage.haskell.org/package/mmap
Ghc-Package: mmap-0.5.9-87f4a5aa80898590bd15a47454491f74
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu