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

Last updated: May 09,2024

1. Install "libfccp-dev" package

This tutorial shows how to install libfccp-dev on Kali Linux

$ sudo apt update $ sudo apt install libfccp-dev

2. Uninstall "libfccp-dev" package

Please follow the steps below to uninstall libfccp-dev on Kali Linux:

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

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

Package: libfccp-dev
Source: fast-cpp-csv-parser
Version: 0.0+git20160525~9bf299c-2
Installed-Size: 121
Maintainer: Jörg Frings-Fürst
Architecture: all
Size: 52580
SHA256: 086be30be4f336103f4f60fe8665e814e0e64b4875cb736b7ad2af5b3fb22d6c
SHA1: d4a71a4ba57eb09bb1a4d79e96c31dd9ec30218a
MD5sum: c44ccfd77344126822fa31d316fc4161
Description: Fast C++ CSV Parser
fast-cpp-cvs-parser is a small, easy-to-use and fast header-only
library for reading comma separated value (CSV) files. The library
is completely contained inside a single header file. The library
can used with a standard conformant C++11 compiler.
.
Feature list:
* Automatically rearranges columns by parsing the header line.
* Disk I/O and CSV-parsing are overlapped using threads for efficiency.
* Parsing features such as escaped strings can be enabled and disabled
at compile time using templates.
* Can read multiple GB files in reasonable time.
* Support for custom columns separators (i.e. Tab separated value files
are supported), quote escaped strings, automatic space trimming.
* Works with *nix and Windows newlines and automatically ignores UTF-8 BOMs.
* Exception classes with enough context to format useful error messages.
* what() returns error messages ready to be shown to a user.
Description-md5:
Homepage: https://github.com/ben-strasser/fast-cpp-csv-parser
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/f/fast-cpp-csv-parser/libfccp-dev_0.0+git20160525~9bf299c-2_all.deb