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

Last updated: May 17,2024

1. Install "libghc-pipes-safe-prof" package

Learn how to install libghc-pipes-safe-prof on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-pipes-safe-prof" package

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

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

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

Package: libghc-pipes-safe-prof
Priority: extra
Section: universe/haskell
Installed-Size: 552
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-pipes-safe
Version: 2.2.3-3build1
Provides: libghc-pipes-safe-prof-2.2.3-93fe7
Depends: libghc-pipes-safe-dev (= 2.2.3-3build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-containers-prof-0.5.6.2-59326, libghc-exceptions-prof-0.8.0.2-36aed, libghc-monad-control-prof-1.0.0.4-54877, libghc-mtl-prof-2.2.1-3af90, libghc-pipes-prof-4.1.7-d3ccd, libghc-transformers-prof-0.4.2.0-81450, libghc-transformers-base-prof-0.4.4-19dc1
Filename: pool/universe/h/haskell-pipes-safe/libghc-pipes-safe-prof_2.2.3-3build1_amd64.deb
Size: 54562
MD5sum: 66045935e00d5010b8e979cd387405b0
SHA1: 9146f0191d878c9b94c3a9e267e5f892f92c7486
SHA256: fc9bd9a27892e498d7232f94a6a23c6353d6a9a1df57b29f6b2783cec72ef91e
Description-en: safety for the pipes ecosystem; profiling libraries
This package adds resource management and exception handling to the
pipes ecosystem.
.
Notable features include:
.
* Resource Safety: Guarantee finalization using `finally`, `bracket`
and more
* Exception Safety: Even against asynchronous exceptions!
* Laziness: Only acquire resources when you need them
* Promptness: Finalize resources early when you are done with them
* Native Exception Handling: Catch and resume from exceptions
inside pipes
* No Buy-in: Mix resource-safe pipes with unmanaged pipes using
`hoist`
.
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: b750e0b5533cd04f8e3e1e98c2d1fc8e
Homepage: http://hackage.haskell.org/package/pipes-safe
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu