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

Last updated: October 06,2024

1. Install "libghc-configfile-dev" package

Here is a brief guide to show you how to install libghc-configfile-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-configfile-dev" package

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

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

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

Package: libghc-configfile-dev
Priority: extra
Section: universe/haskell
Installed-Size: 832
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-configfile
Version: 1.1.4-2build1
Provides: libghc-configfile-dev-1.1.4-79dcb
Depends: libghc-missingh-dev-1.3.0.1-ff67b, libghc-base-dev-4.8.2.0-0d6d1, libghc-containers-dev-0.5.6.2-59326, libghc-mtl-dev-2.2.1-3af90, libghc-parsec-dev-3.1.9-c97a6, libc6 (>= 2.2.5)
Suggests: libghc-configfile-doc, libghc-configfile-prof
Filename: pool/universe/h/haskell-configfile/libghc-configfile-dev_1.1.4-2build1_amd64.deb
Size: 99824
MD5sum: b04195620119c5335ed7bb4428d20602
SHA1: 440d21be1b710fdaaa347b4e6b371afc714282a4
SHA256: a7d52d6ba7ce0888ef78b1a2a7081a7c8dc6a063e499fcd1ed5ff0ee67433a29
Description-en: Parser and writer for sectioned config files in Haskell
The ConfigFile module works with configuration files in a standard
format that is easy for the user to edit, easy for the programmer
to work with, yet remains powerful and flexible. It is inspired by,
and compatible with, Python's ConfigParser module. It uses files
that resemble Windows .INI-style files, but with numerous
improvements.
.
ConfigFile provides simple calls to both read and write config files.
It's possible to make a config file parsable by this module,
the Unix shell, and make.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 844836653843af4d7eacc87b0f35cd79
Homepage: http://software.complete.org/configfile
Ghc-Package: ConfigFile-1.1.4-79dcb6a595bd14044b3917f2981ea930
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu