How to Install and Uninstall libfccp-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 09,2024

1. Install "libfccp-dev" package

Please follow the step by step instructions below to install libfccp-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libfccp-dev

2. Uninstall "libfccp-dev" package

Here is a brief guide to show you how to uninstall libfccp-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libfccp-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libfccp-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 110
Maintainer: Ubuntu Developers
Original-Maintainer: Jörg Frings-Fürst
Architecture: all
Source: fast-cpp-csv-parser
Version: 0.0+git20140429~0a2590-1
Filename: pool/universe/f/fast-cpp-csv-parser/libfccp-dev_0.0+git20140429~0a2590-1_all.deb
Size: 44264
MD5sum: 69c249d813cadd266d0b5b04ab557cd9
SHA1: 8f3edd9cc8b3b0a26c97239fdbeab94a093d989c
SHA256: 35b42be24209c041879837dcffebb9cf2945e333b53b0876cd30424c8003e2bb
Description-en: Fast C++ CSV Parser
fast-cpp-cvs-praser 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: 0bfa3f4d2beb466da0570bc21c62f0d9
Homepage: https://code.google.com/p/fast-cpp-csv-parser/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu