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

Last updated: May 21,2024

1. Install "libghc-convertible-prof" package

This is a short guide on how to install libghc-convertible-prof on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-convertible-prof" package

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

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

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

Package: libghc-convertible-prof
Priority: extra
Section: universe/haskell
Installed-Size: 3708
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-convertible
Version: 1.1.1.0-3build1
Provides: libghc-convertible-prof-1.1.1.0-82b9c
Depends: libghc-convertible-dev (= 1.1.1.0-3build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-bytestring-prof-0.10.6.0-9a873, libghc-containers-prof-0.5.6.2-59326, libghc-mtl-prof-2.2.1-3af90, libghc-old-locale-prof-1.0.0.7-0db93, libghc-old-time-prof-1.1.0.3-44943, libghc-text-prof-1.2.2.0-2c09c, libghc-time-prof-1.5.0.1-1b9a5
Filename: pool/universe/h/haskell-convertible/libghc-convertible-prof_1.1.1.0-3build1_amd64.deb
Size: 285390
MD5sum: 044039216828e499ff26a06b5e57384d
SHA1: 90c589e85882ccf250caba75848d2edf4f869942
SHA256: e2b13a6bb4f574d8fabf414ee708e6415a2a5914450c1e85d5a3b5c5cd63de77
Description-en: Typeclasses and instances for converting between types, GHC profiling package
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.
Description-md5: f830c5f99e389ed5a075e32d663fe1d6
Homepage: http://hackage.haskell.org/package/convertible
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu