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

Last updated: May 19,2024

1. Install "libghc-mueval-dev" package

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

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

2. Uninstall "libghc-mueval-dev" package

This guide let you learn how to uninstall libghc-mueval-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-mueval-dev
Priority: extra
Section: universe/haskell
Installed-Size: 676
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-mueval
Version: 0.9.1.1.2-5build2
Provides: libghc-mueval-dev-0.9.1.1.2-c15ff
Depends: libghc-cabal-dev-1.22.5.0-b8080, libghc-quickcheck-dev-2.8.1-3b4e5, libghc-base-dev-4.8.2.0-0d6d1, libghc-containers-dev-0.5.6.2-59326, libghc-directory-dev-1.2.2.0-660a7, libghc-extensible-exceptions-dev-0.1.1.4-81599, libghc-filepath-dev-1.4.0.0-f97d1, libghc-hint-dev-0.4.2.3-cdcb1, libghc-mtl-dev-2.2.1-3af90, libghc-process-dev-1.2.3.0-a2232, libghc-show-dev-0.6-93a23, libghc-simple-reflect-dev-0.3.2-5f4ee, libghc-unix-dev-2.7.1.0-bb54e, libc6 (>= 2.2.5)
Suggests: libghc-mueval-doc, libghc-mueval-prof
Filename: pool/universe/h/haskell-mueval/libghc-mueval-dev_0.9.1.1.2-5build2_amd64.deb
Size: 79442
MD5sum: 0d2a495aa4c0f5aa6ae75864bca3acaf
SHA1: 30d8dff78e05eee4e8a2c67da940f5bf7774d977
SHA256: 3e42abda7b6d8c5c3e4408eda3e0143f68952782f5344da00d01e34e2c0445ea
Description-en: Safely evaluate pure Haskell expressions
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 a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: a9e45e06b9409127fe0e566f014b898c
Homepage: https://github.com/gwern/mueval
Ghc-Package: mueval-0.9.1.1.2-c15ff6273ad1db7463dc575d0c16bb05
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu