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

Last updated: April 29,2024

1. Install "libghc-pipes-prof" package

This is a short guide on how to install libghc-pipes-prof on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-pipes-prof" package

Please follow the guidance below to uninstall libghc-pipes-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-pipes-prof
Priority: extra
Section: universe/haskell
Installed-Size: 1089
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-pipes
Version: 4.1.7-1
Provides: libghc-pipes-prof-4.1.7-d3ccd
Depends: libghc-pipes-dev (= 4.1.7-1), libghc-base-prof-4.8.2.0-0d6d1, libghc-mmorph-prof-1.0.4-0ef8c, libghc-mtl-prof-2.2.1-3af90, libghc-transformers-prof-0.4.2.0-81450
Filename: pool/universe/h/haskell-pipes/libghc-pipes-prof_4.1.7-1_amd64.deb
Size: 106306
MD5sum: 2dad6f0396fe105262e47b674934bb9a
SHA1: 179bdb020d3eba5e222b80136d2a9044ac690752
SHA256: 0a502e26aa1f1dc90076aec3f917c4715549cd8a052f28b4ef7df39b87e01c64
Description-en: compositional pipelines; profiling libraries
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 a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: f826a8d3a756691ddecd8b9d217c3604
Homepage: http://hackage.haskell.org/package/pipes
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu