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

Last updated: May 09,2024

1. Install "libghc-wizards-doc" package

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

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

2. Uninstall "libghc-wizards-doc" package

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

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

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

Package: libghc-wizards-doc
Priority: extra
Section: universe/doc
Installed-Size: 350
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-wizards
Version: 1.0.2-4
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-control-monad-free-doc, libghc-mtl-doc
Filename: pool/universe/h/haskell-wizards/libghc-wizards-doc_1.0.2-4_all.deb
Size: 36004
MD5sum: f92964cb6f237cc6c72a476e822989d0
SHA1: 82f05a027fdfdfc0768ca151ef959f43ecd005d6
SHA256: 79618d96b06d42b0dc2be63f462c00845b7a4bd3f9ef6693c1277fe890c40144
Description-en: library for interrogative programs; documentation
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 the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 3cc865cc9d81987c2c2219af62c518a7
Homepage: http://hackage.haskell.org/package/wizards
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu