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

Last updated: May 04,2024

1. Install "libghc-reactive-banana-prof" package

This tutorial shows how to install libghc-reactive-banana-prof on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-reactive-banana-prof

2. Uninstall "libghc-reactive-banana-prof" package

Here is a brief guide to show you how to uninstall libghc-reactive-banana-prof on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-reactive-banana-prof $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-reactive-banana-prof
Priority: extra
Section: universe/haskell
Installed-Size: 2180
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-reactive-banana
Version: 0.8.1.2-2build1
Provides: libghc-reactive-banana-prof-0.8.1.2-81bad
Depends: libghc-reactive-banana-dev (= 0.8.1.2-2build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-containers-prof-0.5.6.2-59326, libghc-hashable-prof-1.2.3.3-ce7af, libghc-psqueues-prof-0.2.0.3-78828, libghc-transformers-prof-0.4.2.0-81450, libghc-unordered-containers-prof-0.2.5.1-a371f, libghc-vault-prof-0.3.0.5-fa3ee
Filename: pool/universe/h/haskell-reactive-banana/libghc-reactive-banana-prof_0.8.1.2-2build1_amd64.deb
Size: 231246
MD5sum: 7436bb19a7151b014cbbd307da834fd2
SHA1: 54421bffc344382b8867f62506bbb5ec2450018c
SHA256: 3ec454e8aaae6c52890061caabf64324f42eb94cfb3bd4ac75385a4ed1bcd831
Description-en: small but solid library for FRP; profiling libraries
The current focus of this library is to implement a subset of the semantic
model for functional reactive programming pioneered by Conal Elliott.
.
Moreover, this library can hooked into any existing event-based framework.
It is especially useful in conjunction with existing GUI frameworks like
wxHaskell or gtk2hs.
.
This also means that your code can be a mix of FRP and imperative parts.
Bored of programming imperative GUIs? Write some parts with FRP! Don't know
how to express something with FRP? Switch back to imperative style!
.
In the spectrum of possible FRP implementations, this one features simple
semantics but modest expressivity. Predicting space & time usage should be
easy.
.
Stability forecast: Known inefficiencies that will be addressed. No
semantic bugs expected. Significant API changes are likely in future
versions.
.
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: 607527747c9c003a1040fb2b26ac6cef
Homepage: http://wiki.haskell.org/Reactive-banana
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu