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

Last updated: May 17,2024

1. Install "libghc-convertible-doc" package

Please follow the guidance below to install libghc-convertible-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-convertible-doc

2. Uninstall "libghc-convertible-doc" package

Please follow the guidelines below to uninstall libghc-convertible-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-convertible-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-convertible-doc
Priority: extra
Section: universe/doc
Installed-Size: 817
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-convertible
Version: 1.1.1.0-3build1
Replaces: haskell-convertible-doc (<< 1.0.9-2)
Provides: haskell-convertible-doc
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-mtl-doc
Conflicts: haskell-convertible-doc (<< 1.0.9-2)
Filename: pool/universe/h/haskell-convertible/libghc-convertible-doc_1.1.1.0-3build1_all.deb
Size: 46374
MD5sum: 44309ba65be144bc4476763a14aca044
SHA1: 69d847873eb9db7fa902e58a6bd92c6afc4a6fed
SHA256: 4d0ba352d8f7dd8c034a7e843ded464225168d8c61eb1e94f5a82214c955e157
Description-en: Typeclasses and instances for converting between types, documentation
convertible provides a typeclass with a single function
that is designed to help convert between different types: numeric
values, dates and times, and the like. The conversions perform bounds
checking and return a pure Either value. This means that you need
not remember which specific function performs the conversion you
desire.
.
Also included in the package are optional instances that provide
conversion for various numeric and time types, as well as utilities
for writing your own instances.
.
Finally, there is a function that will raise an exception on
bounds-checking violation, or return a bare value otherwise,
implemented in terms of the safer function described above.
.
Convertible is also used by HDBC 2.0 for handling marshalling of
data to/from databases.
.
Convertible is backed by an extensive test suite and passes tests
on GHC and Hugs.
.
This package provides documentation on the Convertible API.
Description-md5: 025b95cff0a348003bae93fca87a6bba
Homepage: http://hackage.haskell.org/package/convertible
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu