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

Last updated: May 15,2024

1. Install "libghc-text-icu-dev" package

This guide covers the steps necessary to install libghc-text-icu-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-text-icu-dev

2. Uninstall "libghc-text-icu-dev" package

Please follow the step by step instructions below to uninstall libghc-text-icu-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-text-icu-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-text-icu-dev
Priority: extra
Section: universe/haskell
Installed-Size: 4493
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-text-icu
Version: 0.7.0.1-4build1
Provides: libghc-text-icu-dev-0.7.0.1-86417
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-bytestring-dev-0.10.6.0-9a873, libghc-deepseq-dev-1.4.1.1-614b6, libghc-text-dev-1.2.2.0-2c09c, libc6 (>= 2.2.5), libicu-dev
Suggests: libghc-text-icu-doc, libghc-text-icu-prof
Filename: pool/universe/h/haskell-text-icu/libghc-text-icu-dev_0.7.0.1-4build1_amd64.deb
Size: 371126
MD5sum: 6d7f417356e49eacf7d4c79e8b2f8b41
SHA1: e8da91b2e6421e977c3c4104937eb4978d535f69
SHA256: f290a41c5aa1d2b217d7e6901a14d71a263108af560ddc5994d2522569d6bb5b
Description-en: bindings to the ICU library
Haskell bindings to the International Components for Unicode (ICU)
libraries. These libraries provide robust and full-featured Unicode
services on a wide variety of platforms.
.
Features include:
.
Both pure and impure bindings, to allow for fine control over efficiency
and ease of use.
.
Breaking of strings on character, word, sentence, and line boundaries.
.
Access to the Unicode Character Database (UCD) of character metadata.
.
String collation functions, for locales where the conventions for
lexicographic ordering differ from the simple numeric ordering of
character codes.
.
Character set conversion functions, allowing conversion between
Unicode and over 220 character encodings.
.
Unicode normalization. (When implementations keep strings in a
normalized form, they can be assured that equivalent strings have a
unique binary representation.)
.
Regular expression search and replace.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 9ef0683e2a1db8cdec8ec71d55519b9b
Homepage: https://github.com/bos/text-icu
Ghc-Package: text-icu-0.7.0.1-86417611babff970002f8303d347ebd4
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu