How to Install and Uninstall libhttp-parser-dev Package on Kali Linux

Last updated: May 19,2024

1. Install "libhttp-parser-dev" package

This tutorial shows how to install libhttp-parser-dev on Kali Linux

$ sudo apt update $ sudo apt install libhttp-parser-dev

2. Uninstall "libhttp-parser-dev" package

In this section, we are going to explain the necessary steps to uninstall libhttp-parser-dev on Kali Linux:

$ sudo apt remove libhttp-parser-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libhttp-parser-dev package on Kali Linux

Package: libhttp-parser-dev
Source: http-parser (2.9.4-6)
Version: 2.9.4-6+b1
Installed-Size: 90
Maintainer: Christoph Biedl
Architecture: amd64
Depends: libhttp-parser2.9 (= 2.9.4-6+b1)
Size: 20872
SHA256: 5ae609c8f90f0459ebd192a09ab9d47c2d4c6f8d01cb5f629da7cdffafc1e993
SHA1: 282a7293de4d08825063843e1d5d90382127176e
MD5sum: 7e932a079a490ef66b44ff0ff86050b3
Description: parser for HTTP messages: development libraries and header files
It parses both requests and responses. The parser is designed to be used in
performance HTTP applications. It does not make any syscalls nor allocations,
it does not buffer data, it can be interrupted at anytime. Depending on your
architecture, it only requires about 40 bytes of data per message stream (in
a web server that is per connection).
.
This package contains development libraries and header files.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/joyent/http-parser
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/h/http-parser/libhttp-parser-dev_2.9.4-6+b1_amd64.deb