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

Last updated: April 29,2024

1. Install "libghc-wizards-prof" package

Learn how to install libghc-wizards-prof on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-wizards-prof" package

This tutorial shows how to uninstall libghc-wizards-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-wizards-prof
Priority: extra
Section: universe/haskell
Installed-Size: 657
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-wizards
Version: 1.0.2-4
Provides: libghc-wizards-prof-1.0.2-85ec3
Depends: libghc-wizards-dev (= 1.0.2-4), libghc-base-prof-4.8.2.0-0d6d1, libghc-containers-prof-0.5.6.2-59326, libghc-control-monad-free-prof-0.6.1-f476c, libghc-haskeline-prof-0.7.2.1-ee66b, libghc-mtl-prof-2.2.1-3af90, libghc-transformers-prof-0.4.2.0-81450
Filename: pool/universe/h/haskell-wizards/libghc-wizards-prof_1.0.2-4_amd64.deb
Size: 64180
MD5sum: 7d97885f81f477d504e7ac0e820a1af2
SHA1: ac254efc87b87862e3765331fdbf5d234a718f62
SHA256: df737183355b47568ca1f8a6a4915e56c62d0d5c3e0440be70bf3c41bc93a165
Description-en: library for interrogative programs; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: 321b5f4de6dcb8fe65fb39b86e00b6ce
Homepage: http://hackage.haskell.org/package/wizards
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu