How to Install and Uninstall libcgicc5v5 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 23,2024

1. Install "libcgicc5v5" package

This tutorial shows how to install libcgicc5v5 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcgicc5v5

2. Uninstall "libcgicc5v5" package

This guide covers the steps necessary to uninstall libcgicc5v5 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcgicc5v5 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcgicc5v5 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcgicc5v5
Priority: optional
Section: universe/libs
Installed-Size: 171
Maintainer: Ubuntu Developers
Original-Maintainer: Chris Butler
Architecture: amd64
Source: libcgicc
Version: 3.2.9-3ubuntu1
Replaces: libcgicc1, libcgicc5
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 5.2)
Conflicts: libcgicc1, libcgicc5
Filename: pool/universe/libc/libcgicc/libcgicc5v5_3.2.9-3ubuntu1_amd64.deb
Size: 46560
MD5sum: afd1ac0d2421b4e238dfb01262c6b872
SHA1: d2d6ca87d847d3f2fab086b498f32da30e033f99
SHA256: 2217fc1ca057418e7b18967a3af7a3d11a31e811dce4839d6d6bf05fb2a73e0f
Description-en: 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: fdfbeee539d5ae97a61e29ecc9a9871d
Homepage: http://www.gnu.org/software/cgicc/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu