How to Install and Uninstall libcgicc3 Package on Kali Linux

Last updated: May 10,2024

1. Install "libcgicc3" package

This tutorial shows how to install libcgicc3 on Kali Linux

$ sudo apt update $ sudo apt install libcgicc3

2. Uninstall "libcgicc3" package

Please follow the steps below to uninstall libcgicc3 on Kali Linux:

$ sudo apt remove libcgicc3 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcgicc3 package on Kali Linux

Package: libcgicc3
Source: libcgicc
Version: 3.2.19-1
Installed-Size: 203
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Size: 59368
SHA256: 3b6b303a288b4a1dfbad1a1b9054de451454b007ab217b81fc0f2a1c215b37f1
SHA1: ae92976847691732c8d1da573931dad099df7a2b
MD5sum: 0318cfbb70520c9e5d42caff8c02bd86
Description: C++ class library for writing CGI applications (library)
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 runtime library files for running applications that use
libcgicc.
Description-md5:
Multi-Arch: same
Homepage: http://www.gnu.org/software/cgicc/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libc/libcgicc/libcgicc3_3.2.19-1_amd64.deb