How to Install and Uninstall librudecgi-dev Package on Kali Linux

Last updated: May 10,2024

1. Install "librudecgi-dev" package

Please follow the guidance below to install librudecgi-dev on Kali Linux

$ sudo apt update $ sudo apt install librudecgi-dev

2. Uninstall "librudecgi-dev" package

This guide let you learn how to uninstall librudecgi-dev on Kali Linux:

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

3. Information about the librudecgi-dev package on Kali Linux

Package: librudecgi-dev
Source: rudecgi (5.0.0-1.1)
Version: 5.0.0-1.1+b2
Installed-Size: 275
Maintainer: Medhamsh V
Architecture: amd64
Depends: librudecgi5 (= 5.0.0-1.1+b2), g++
Size: 37578
SHA256: 653bb83f0a477ac3265124bf217aa6b724f37eb219951528a8af4514a725cfa6
SHA1: 06024af6c0d206fc56087fcba5caf63e28c88e9c
MD5sum: 57203f58da6a025e725c0cf49832a4cb
Description: 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:
Homepage: http://www.rudeserver.com/cgiparser/index.html
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/r/rudecgi/librudecgi-dev_5.0.0-1.1+b2_amd64.deb