How to Install and Uninstall libfparser-dev Package on Kali Linux

Last updated: April 29,2024

1. Install "libfparser-dev" package

This guide let you learn how to install libfparser-dev on Kali Linux

$ sudo apt update $ sudo apt install libfparser-dev

2. Uninstall "libfparser-dev" package

In this section, we are going to explain the necessary steps to uninstall libfparser-dev on Kali Linux:

$ sudo apt remove libfparser-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libfparser-dev package on Kali Linux

Package: libfparser-dev
Source: fparserc++ (4.5.2-2)
Version: 4.5.2-2+b1
Installed-Size: 23
Maintainer: Ruben Undheim
Architecture: amd64
Depends: libfparser4 (= 4.5.2-2+b1)
Size: 4864
SHA256: 58b4bb3dabcf0d0901c5aca958e4531b8958409cdcb3b8b063b6eb23f2aa9f1f
SHA1: 6f153f8ba63b131d7c2e29c0fcd9a9777ffa6228
MD5sum: e415b87df06de58a3ee2ff07f98e5516
Description: Function Parser for C++ - development files
This C++ library offers a class which can be used to parse and evaluate a
mathematical function from a string (which might be eg. requested from the
user).
.
The syntax of the function string is similar to mathematical expressions
written in C/C++ (the exact syntax is specified in the documentation below).
The function can then be evaluated with different values of variables.
.
This package contains the development files for this library.
Description-md5:
Multi-Arch: same
Homepage: http://warp.povusers.org/FunctionParser/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/f/fparserc++/libfparser-dev_4.5.2-2+b1_amd64.deb