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

Last updated: May 03,2024

1. Install "libghc-numtype-prof" package

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

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

2. Uninstall "libghc-numtype-prof" package

Learn how to uninstall libghc-numtype-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-numtype-prof
Priority: extra
Section: universe/haskell
Installed-Size: 144
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-numtype
Version: 1.1-4
Provides: libghc-numtype-prof-1.1-9c688
Depends: libghc-numtype-dev (= 1.1-4), libghc-base-prof-4.8.2.0-0d6d1
Filename: pool/universe/h/haskell-numtype/libghc-numtype-prof_1.1-4_amd64.deb
Size: 16568
MD5sum: e1c71b23a07127009259cde57cbb9d10
SHA1: ea6b84319c9f0b4291d0b8c610a8b7da74533a7a
SHA256: 9782e4f2e008c77b9412f346f2e8db282e8402df0575dfccffaf3284847894e0
Description-en: type-level (low cardinality) integers; profiling libraries
This package provides unary type level representations of the (positive
and negative) integers and basic operations (addition, subtraction,
multiplication, division) on these. Due to the unary implementation the
practical size of the NumTypes is severely limited making them unsuitable
for large-cardinality applications. If you will be working with integers
beyond (-20, 20) this package probably isn't for you.
.
It is, however, eminently suitable for applications such as representing
physical dimensions (see the Dimensional library).
.
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: 60e972691b9e90d2791637739398c149
Homepage: http://dimensional.googlecode.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu