How to Install and Uninstall libmuparserx4.0.8 Package on Kali Linux

Last updated: September 20,2024

1. Install "libmuparserx4.0.8" package

In this section, we are going to explain the necessary steps to install libmuparserx4.0.8 on Kali Linux

$ sudo apt update $ sudo apt install libmuparserx4.0.8

2. Uninstall "libmuparserx4.0.8" package

In this section, we are going to explain the necessary steps to uninstall libmuparserx4.0.8 on Kali Linux:

$ sudo apt remove libmuparserx4.0.8 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmuparserx4.0.8 package on Kali Linux

Package: libmuparserx4.0.8
Source: muparserx
Version: 4.0.8+dfsg-2
Installed-Size: 729
Maintainer: Andreas Bombe
Architecture: amd64
Depends: libc6 (>= 2.29), libgcc-s1 (>= 4.0), libstdc++6 (>= 9)
Size: 184000
SHA256: b9a2975a684a1aecc5ae50fe3152ed79466ea569d1148662e6f1ebb113f54c10
SHA1: 983a96ef5fa6bfae1c38eaa13cf60deac992bf97
MD5sum: 981075b3061e9b41e6fc128494cc13a0
Description: mathematical expression parser library
The evaluation of a mathematical expression is a standard task required in
many applications. It can be solved by either using a standard math expression
parser such as muparser or by embedding a scripting language such as Lua. There
are however some limitations: Although muparser is pretty fast it will only
work with scalar values and although Lua is very flexible it does neither
support binary operators for arrays nor complex numbers. So if you need a math
expression parser with support for arrays, matrices and strings muparserx may
be able to help you. It was originally based on the original muparser engine
but has since evolved into a standalone project with a completely new parsing
engine.
.
This package contains the shared library.
Description-md5: f9600d06e7690140f675958918a85ff3
Multi-Arch: same
Homepage: https://beltoforion.de/en/muparserx/
Section: libs
Priority: optional
Filename: pool/main/m/muparserx/libmuparserx4.0.8_4.0.8+dfsg-2_amd64.deb