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

Last updated: May 17,2024

1. Install "librudecgi-dev" package

Learn how to install librudecgi-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install librudecgi-dev

2. Uninstall "librudecgi-dev" package

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

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

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

Package: librudecgi-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 276
Maintainer: Ubuntu Developers
Original-Maintainer: Medhamsh V
Architecture: amd64
Source: rudecgi
Version: 5.0.0-1.1ubuntu1
Depends: librudecgi5v5 (= 5.0.0-1.1ubuntu1), g++
Filename: pool/universe/r/rudecgi/librudecgi-dev_5.0.0-1.1ubuntu1_amd64.deb
Size: 35878
MD5sum: 60707d7f1d19e7ae504abb250c0ccdfa
SHA1: 65a42bd317e22296b47715eae36340f820f9b3f5
SHA256: 057ab7f6ef62980d6227f91d76dbb672e09fcbd84a90dfe8f841b25eab116668
Description-en: C++ parser library for CGI applications - development libraries
RudeCGI is a C++ parser library for accessing form data, path info and cookie
data from CGI applications. In addition to normal GET and POST data, the
component supports file uploads (multipart/form-data), and simple XML content
types (text/XML) - allowing easy use with XML based clients such as Flash
applications. Furthermore, the component supports path-mapping, allowing
information to be specified without identifying keywords. In addition to
normal CGI operation, if the component detects that it is not in a web-
environment it provides an interactive console dialog to let you supply
formdata in real-time as the application requests it. The component does
not parse the environment until the application first accesses the instance
object. As such, no parsing overhead will occur if the application does not
explicitly access the component.
.
This package contains header files and static libraries.
Description-md5: b92779c662f6ff3d4718c198f604cd1e
Homepage: http://www.rudeserver.com/cgiparser/index.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu