How to Install and Uninstall python3-pgpdump Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 07,2024

1. Install "python3-pgpdump" package

Learn how to install python3-pgpdump on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pgpdump

2. Uninstall "python3-pgpdump" package

Here is a brief guide to show you how to uninstall python3-pgpdump on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-pgpdump package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-pgpdump
Priority: optional
Section: universe/python
Installed-Size: 110
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-pgpdump
Version: 1.4-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-pgpdump/python3-pgpdump_1.4-1_all.deb
Size: 19574
MD5sum: dc5df7ef9856c5f8a198fedb28cee78c
SHA1: 21be68cb59968afcd2b82ff31af48b16b0c0f112
SHA256: 49dfba864fd201576359889a93b7df35895e5190e23cafdf03012876b5e49eb9
Description-en: 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: b92d41eba2544f9fda400fd09e3c1abf
Homepage: https://pypi.python.org/pypi/pgpdump/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu