How to Install and Uninstall mueval Package on Kali Linux

Last updated: May 08,2024

1. Install "mueval" package

This is a short guide on how to install mueval on Kali Linux

$ sudo apt update $ sudo apt install mueval

2. Uninstall "mueval" package

Please follow the guidelines below to uninstall mueval on Kali Linux:

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

3. Information about the mueval package on Kali Linux

Package: mueval
Source: haskell-mueval (0.9.3-7)
Version: 0.9.3-7+b1
Installed-Size: 86361
Maintainer: Debian Haskell Group
Architecture: amd64
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10 (>= 2:6.3.0+dfsg), libtinfo6 (>= 6)
Size: 13001932
SHA256: c6508d0cb0416fbf2f848e448a955832e3cbc063b0843dad4f6e2c6f10de709b
SHA1: 890b787190a3ec46747759f44f9613a9cf6cded7
MD5sum: bb7e4a821d34b3d4095f82863cab37d3
Description: 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:
Homepage: https://github.com/gwern/mueval
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-mueval/mueval_0.9.3-7+b1_amd64.deb