How to Install and Uninstall python3-headerparser Package on Kali Linux

Last updated: October 05,2024

1. Install "python3-headerparser" package

This guide covers the steps necessary to install python3-headerparser on Kali Linux

$ sudo apt update $ sudo apt install python3-headerparser

2. Uninstall "python3-headerparser" package

Please follow the instructions below to uninstall python3-headerparser on Kali Linux:

$ sudo apt remove python3-headerparser $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-headerparser package on Kali Linux

Package: python3-headerparser
Source: python-headerparser
Version: 0.4.0-3
Installed-Size: 74
Maintainer: Debian Python Team
Architecture: all
Depends: python3-six (>= 1.1), python3-six (<< 2), python3:any
Size: 15212
SHA256: 3bc8a2aee0fd42c51309ba6e4f70fcf419a8846164aacc204f98810b6f775954
SHA1: 989109cef97d1f526144ec9a195d23161b6a9836
MD5sum: 4f1ec717fa68ab1a1fc6734cd34edd1f
Description: Parse key-value pairs in RFC 822 style headers
This Python module parses key-value pairs in the style of RFC 822 (e-mail)
headers and converts them into case-insensitive dictionaries with the
trailing message body (if any) attached. Low-level functions for just
scanning header fields (breaking them into sequences of key-value pairs
without any further processing) are also included.
Description-md5:
Homepage: https://github.com/jwodder/headerparser
Section: python
Priority: optional
Filename: pool/main/p/python-headerparser/python3-headerparser_0.4.0-3_all.deb