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

Last updated: May 21,2024

1. Install "libghc-mueval-doc" package

This tutorial shows how to install libghc-mueval-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-mueval-doc" package

This is a short guide on how to uninstall libghc-mueval-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-mueval-doc
Priority: extra
Section: universe/doc
Installed-Size: 241
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-mueval
Version: 0.9.1.1.2-5build2
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-hint-doc
Filename: pool/universe/h/haskell-mueval/libghc-mueval-doc_0.9.1.1.2-5build2_all.deb
Size: 32070
MD5sum: 6103bbb886735a63c0de06a4ebfe6167
SHA1: 73c2485629d346e678dbe6156a0665a9af614bf1
SHA256: 13ce0f9b3386264cffe71c4d67bb41e669caa4478efe7bb738fecf58c32c5cb2
Description-en: Safely evaluate pure Haskell expressions; documentation
Mueval is a Haskell interpreter. It uses the GHC API to evaluate arbitrary
Haskell expressions. Importantly, mueval takes many precautions to defang and
avoid "evil" code. It uses resource limits, whitelisted modules and Safe
Haskell, special Show instances for IO, threads, processes, and changes of
directory to sandbox the Haskell code.
.
It is, in short, intended to be a standalone version of Lambdabot's famous
evaluation functionality.
.
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: 952fcb9092bb90bb26f5e27b690f1c1f
Homepage: https://github.com/gwern/mueval
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu