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

Last updated: May 20,2024

1. Install "libghc-numtype-dev" package

In this section, we are going to explain the necessary steps to install libghc-numtype-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-numtype-dev" package

This guide let you learn how to uninstall libghc-numtype-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-numtype-dev
Priority: extra
Section: universe/haskell
Installed-Size: 203
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-numtype
Version: 1.1-4
Provides: libghc-numtype-dev-1.1-9c688
Depends: libghc-base-dev-4.8.2.0-0d6d1, libc6 (>= 2.2.5)
Suggests: libghc-numtype-doc, libghc-numtype-prof
Filename: pool/universe/h/haskell-numtype/libghc-numtype-dev_1.1-4_amd64.deb
Size: 21692
MD5sum: 7ba249457cf0d8204b5a565465feae33
SHA1: b2cf565e02e51778fe9850973ac57e89e51081ce
SHA256: 315b3af077d13afaf4fdb5af01a6e8dfd0d67ce36ac22d9a3fc4d1a019f62553
Description-en: type-level (low cardinality) integers
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.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 3e43c088e78abc285b5824e4a7893222
Homepage: http://dimensional.googlecode.com/
Ghc-Package: numtype-1.1-9c6889f365eadc7a8531b666eb46c490
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu