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

Last updated: October 05,2024

1. Install "libcgicc5-dev" package

Please follow the guidance below to install libcgicc5-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcgicc5-dev

2. Uninstall "libcgicc5-dev" package

In this section, we are going to explain the necessary steps to uninstall libcgicc5-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcgicc5-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 566
Maintainer: Ubuntu Developers
Original-Maintainer: Chris Butler
Architecture: amd64
Source: libcgicc
Version: 3.2.9-3ubuntu1
Replaces: libcgicc1-dev
Provides: libcgicc-dev
Depends: libcgicc5v5 (= 3.2.9-3ubuntu1)
Suggests: libcgicc-doc
Conflicts: libcgicc-dev, libcgicc1-dev
Filename: pool/universe/libc/libcgicc/libcgicc5-dev_3.2.9-3ubuntu1_amd64.deb
Size: 75038
MD5sum: 1dec9104a152465ce047ac7d2100c3d3
SHA1: b9e61ad2c2585c31915d79a90e283cee024b97bc
SHA256: 0e37ae1f6039c4131e6985bfc49d78d9d4ab77e65175bc0e7ce9fae65c10ae83
Description-en: 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: dc299f83e802a95c156918df7799fdca
Homepage: http://www.gnu.org/software/cgicc/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu