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

Last updated: May 10,2024

1. Install "python3-pgpdump" package

Please follow the instructions below to install python3-pgpdump on Kali Linux

$ sudo apt update $ sudo apt install python3-pgpdump

2. Uninstall "python3-pgpdump" package

Learn how to uninstall python3-pgpdump on Kali Linux:

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

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

Package: python3-pgpdump
Source: python-pgpdump
Version: 1.5-3
Installed-Size: 88
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 18536
SHA256: c524685d1bcdf1da94374386f2ac24c7798e1bd3ca2c3e67e71f1e2aa73fdc4b
SHA1: 0614e1e7da13bd82d841900a851c151c173f92f9
MD5sum: d0aa217452effc8b3afd3cc49b80b979
Description: PGP packet parser library (Python 3)
python-pgpdump is a Python library for parsing PGP packets as specified in
RFC2440 and RFC4880. It is derived from pgpdump, a C program published at:
http://www.mew.org/~kazu/proj/pgpdump/ The intent is to support what people
actually have to do with PGP packets 95% of the time. This module does not
aim to be a complete PGP parser, as it currently does not decode every PGP
packet type. Currently supported things include:
.
* Signature packets
* Public key packets
* ASCII-armor decoding and CRC check
.
A single codebase with dependencies on only the standard Python library is
compatible across Python 2.7, Python 3.2, and PyPy 1.8.
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://pypi.python.org/pypi/pgpdump/
Section: python
Priority: optional
Filename: pool/main/p/python-pgpdump/python3-pgpdump_1.5-3_all.deb