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

Last updated: September 19,2024

1. Install "libghc-pipes-doc" package

This guide covers the steps necessary to install libghc-pipes-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-pipes-doc

2. Uninstall "libghc-pipes-doc" package

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

$ sudo apt remove libghc-pipes-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-pipes-doc
Priority: extra
Section: universe/doc
Installed-Size: 1170
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-pipes
Version: 4.1.7-1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-mmorph-doc, libghc-mtl-doc
Filename: pool/universe/h/haskell-pipes/libghc-pipes-doc_4.1.7-1_all.deb
Size: 102058
MD5sum: 052ca15aecf8e7a2e670e499304af2c1
SHA1: 983fdc5b1f3b08a75c93e8ce953e2a4855fa9d74
SHA256: 404ca59e9c3f9fcecec387f9b768b6904e66d4c979fedc2b9df634a3c781d89c
Description-en: compositional pipelines; documentation
pipes is a clean and powerful stream processing library that lets you
build and connect reusable streaming components
.
Advantages over traditional streaming libraries:
* Concise API: Use simple commands like for, (>->), await, and yield
* Blazing fast: Implementation tuned for speed
* Lightweight Dependency: pipes is small and compiles very rapidly,
including dependencies
* Elegant semantics: Use practical category theory
* ListT: Correct implementation of ListT that interconverts with pipes
* Bidirectionality: Implement duplex channels
* Extensive Documentation: Second to none!
.
This package provides the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: c9a23650404eb5c3d888d31996cbb75c
Homepage: http://hackage.haskell.org/package/pipes
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu