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

Last updated: May 16,2024

1. Install "libghc-configfile-doc" package

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

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

2. Uninstall "libghc-configfile-doc" package

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

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

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

Package: libghc-configfile-doc
Priority: extra
Section: universe/doc
Installed-Size: 424
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-configfile
Version: 1.1.4-2build1
Replaces: configfile-doc (<< 1.0.6-2)
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-missingh-doc, libghc-mtl-doc, libghc-parsec3-doc
Breaks: configfile-doc (<< 1.0.6-2)
Filename: pool/universe/h/haskell-configfile/libghc-configfile-doc_1.1.4-2build1_all.deb
Size: 47378
MD5sum: bb84ef63e37f7dae78be4e1f1eb99eb2
SHA1: 1cebe0b1980984e9872c590f8dc2a9f99d7c5429
SHA256: baef674496aa78672b39059faed37f080e87a687129b720ddc5a19f5d2e10297
Description-en: Parser and writer for sectioned config files in Haskell; documentation
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 the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: dd40c0043e7af86b120a2771d553fc53
Homepage: http://software.complete.org/configfile
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu