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

Last updated: May 10,2024

1. Install "libghc-wizards-dev" package

Please follow the instructions below to install libghc-wizards-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-wizards-dev" package

This guide covers the steps necessary to uninstall libghc-wizards-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-wizards-dev
Priority: extra
Section: universe/haskell
Installed-Size: 860
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-wizards
Version: 1.0.2-4
Provides: libghc-wizards-dev-1.0.2-85ec3
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-containers-dev-0.5.6.2-59326, libghc-control-monad-free-dev-0.6.1-f476c, libghc-haskeline-dev-0.7.2.1-ee66b, libghc-mtl-dev-2.2.1-3af90, libghc-transformers-dev-0.4.2.0-81450, libc6 (>= 2.2.5)
Suggests: libghc-wizards-doc, libghc-wizards-prof
Filename: pool/universe/h/haskell-wizards/libghc-wizards-dev_1.0.2-4_amd64.deb
Size: 73458
MD5sum: 0365ab3abb7bf6ffed8a1c58fce326a9
SHA1: ddb9ddb1baa9fe215d945ac109c2418d789aea94
SHA256: 2a902a6bc09d8ebcdefff4b530af4e90a6a72bac0933f917c98b622da17c6a1e
Description-en: library for interrogative programs
This library is a package designed for the quick and painless development of
interrogative programs, which revolve around a "dialogue" with the user, who
is asked a series of questions in a sequence much like an installation wizard.
.
Everything from interactive system scripts, to installation wizards, to
full-blown shells can be implemented with the support of wizards.
.
It is developed transparently on top of a free monad, which separates out the
semantics of the program from any particular interface. A variety of backends
exist, including console-based System.Console.Wizard.Haskeline and
System.Console.Wizard.BasicIO, and the pure System.Console.Wizard.Pure. It is
also possible to write your own backends, or extend existing back-ends with
new features. While both built-in IO backends operate on a console, there is
no reason why wizards cannot also be used for making GUI wizard interfaces.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 1d737fb9f8a1955c48f1bda2b1c3b721
Homepage: http://hackage.haskell.org/package/wizards
Ghc-Package: wizards-1.0.2-85ec34a7649c169a7262b47f56453d4b
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu