How to Install and Uninstall libcgicc-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "libcgicc-doc" package

This guide let you learn how to install libcgicc-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcgicc-doc

2. Uninstall "libcgicc-doc" package

Please follow the instructions below to uninstall libcgicc-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libcgicc-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcgicc-doc
Priority: optional
Section: universe/doc
Installed-Size: 4409
Maintainer: Ubuntu Developers
Original-Maintainer: Chris Butler
Architecture: all
Source: libcgicc
Version: 3.2.9-3ubuntu1
Filename: pool/universe/libc/libcgicc/libcgicc-doc_3.2.9-3ubuntu1_all.deb
Size: 683220
MD5sum: 59db7a0c19ea85a4dbcb05341806510f
SHA1: bf81719888d887f9146b80bcbd846113a453c230
SHA256: 99600e213dbc3fbbb7e51f1af7a9a5c7b2e62c00df5e951b3bd837d2474295d3
Description-en: C++ class library for writing CGI applications (documentation)
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 documentation on the usage of the library.
Description-md5: cbb5ce5cc5f6b9f688f457061c4b6f56
Homepage: http://www.gnu.org/software/cgicc/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu