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

Last updated: May 17,2024

1. Install "mueval" package

In this section, we are going to explain the necessary steps to install mueval on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install mueval

2. Uninstall "mueval" package

Here is a brief guide to show you how to uninstall mueval on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove mueval $ sudo apt autoclean && sudo apt autoremove

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

Package: mueval
Priority: extra
Section: universe/haskell
Installed-Size: 51143
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-mueval
Version: 0.9.1.1.2-5build2
Depends: libc6 (>= 2.15), libffi6 (>= 3.0.4), libgmp10
Filename: pool/universe/h/haskell-mueval/mueval_0.9.1.1.2-5build2_amd64.deb
Size: 6299114
MD5sum: 8342478c60fccbf1465f92651f6dfec9
SHA1: 543827d94a02a724f22daeb7e1f34f1260bcc7f8
SHA256: 48c85f3f66eb25aab7a55c1048d76591e88164cbc598a4cce38650f5b57ca2aa
Description-en: Safely evaluate pure Haskell expressions - executables
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.
.
This contains the stand-alone mueval binaries.
Description-md5: af7941ef933a63553a54d13080609845
Homepage: https://github.com/gwern/mueval
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu