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

Last updated: May 17,2024

1. Install "libcgicc-dev" package

In this section, we are going to explain the necessary steps to install libcgicc-dev on Kali Linux

$ sudo apt update $ sudo apt install libcgicc-dev

2. Uninstall "libcgicc-dev" package

Learn how to uninstall libcgicc-dev on Kali Linux:

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

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

Package: libcgicc-dev
Source: libcgicc
Version: 3.2.19-1
Installed-Size: 586
Maintainer: Debian QA Group
Architecture: amd64
Depends: libcgicc3 (= 3.2.19-1)
Suggests: libcgicc-doc
Size: 89740
SHA256: f0b08ae6d897a53280a4f73cde9f2aea2d463e2f8eacdb2cc98eedfe2f5a778f
SHA1: b098f6ebf6699b223549170b4fc29d97869c2696
MD5sum: e22baac34e9a62b25139e5dff759ad13
Description: C++ class library for writing CGI applications (development files)
An ANSI C++ compliant class library that greatly simplifies the creation of
CGI applications for the World Wide Web. libcgicc performs the following
functions:
.
* Parses both GET and POST form data transparently.
* Provides string, integer, floating-point and single- and multiple-choice
retrieval methods for form data.
* Provides methods for saving and restoring CGI environments to aid in
application debugging.
* Provides full on-the-fly HTML generation capabilities, with support for
cookies.
* Supports HTTP file upload.
* Compatible with FastCGI.
.
This package contains development files needed for writing and compiling
applications that use libcgicc.
Description-md5:
Multi-Arch: same
Homepage: http://www.gnu.org/software/cgicc/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libc/libcgicc/libcgicc-dev_3.2.19-1_amd64.deb