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

Last updated: October 05,2024

1. Install "libghc-sendfile-dev" package

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

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

2. Uninstall "libghc-sendfile-dev" package

This guide covers the steps necessary to uninstall libghc-sendfile-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-sendfile-dev
Priority: extra
Section: universe/haskell
Installed-Size: 325
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-sendfile
Version: 0.7.9-6
Provides: libghc-sendfile-dev-0.7.9-74155
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-bytestring-dev-0.10.6.0-9a873, libghc-network-dev-2.6.2.1-25f4f, libc6 (>= 2.2.5)
Suggests: libghc-sendfile-doc, libghc-sendfile-prof
Filename: pool/universe/h/haskell-sendfile/libghc-sendfile-dev_0.7.9-6_amd64.deb
Size: 40030
MD5sum: aeb4a64af153ff871953372557997cdc
SHA1: b05be3dba31f314d62700a92ebebaf991328bb97
SHA256: 493b6d7d17dd60bbd7630cbc9e1131b1b3897c6ed77f0496083541c15ed252d6
Description-en: Haskell portable sendfile library
This Haskell library exposes zero-copy sendfile functionality in a
portable way. sendfile is a non standard system call that copies data
between one file descriptor and another. This library uses the native
implementations where possible (for example, under Linux or FreeBSD) and
provides an Haskell replacement in other cases, thus providing a
portable interface.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 5444d753ff8834509bde441ccceae683
Homepage: http://hub.darcs.net/stepcut/sendfile
Ghc-Package: sendfile-0.7.9-7415551d33ae5dde557aec8880dcd37f
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu