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

Last updated: May 12,2024

1. Install "libfplus-dev" package

Please follow the instructions below to install libfplus-dev on Kali Linux

$ sudo apt update $ sudo apt install libfplus-dev

2. Uninstall "libfplus-dev" package

Here is a brief guide to show you how to uninstall libfplus-dev on Kali Linux:

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

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

Package: libfplus-dev
Source: libfplus (0.2.13-1)
Version: 0.2.13-1+b1
Installed-Size: 583
Maintainer: The Debichem Group
Architecture: amd64
Size: 78724
SHA256: 6334c5e3b14e5b71dbda24b1e5c9cba92223e36313a0d022d89e87de03360976
SHA1: 08a1da803c2cb93825b179ff750da7775f8691d6
MD5sum: 2944497b946a17768c32f54cce6eae19
Description: Helps developers writing concise and readable C++ code (dev files)
Great code should mostly be self-documenting, but while using C++ in reality
you can find yourself dealing with low-level stuff like iterators or
hand-written loops that distract from the actual essence of your code.
.
FunctionalPlus is a small header-only library supporting you in reducing code
noise and in dealing with only one single level of abstraction at a time. By
increasing brevity and maintainability of your code it can improve
productivity (and fun!) in the long run. It pursues these goals by providing
pure and easy-to-use functions that free you from implementing commonly used
flows of control over and over again.
.
This package ships this header-only library files.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/Dobiasd/FunctionalPlus
Section: libdevel
Priority: optional
Filename: pool/main/libf/libfplus/libfplus-dev_0.2.13-1+b1_amd64.deb