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

Last updated: July 01,2024

1. Install "python-pgpdump" package

This is a short guide on how to install python-pgpdump on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pgpdump

2. Uninstall "python-pgpdump" package

Please follow the instructions below to uninstall python-pgpdump on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pgpdump
Priority: optional
Section: universe/python
Installed-Size: 123
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 1.4-1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Filename: pool/universe/p/python-pgpdump/python-pgpdump_1.4-1_all.deb
Size: 19724
MD5sum: 33efcfbee6561ace0db8beea25a6686c
SHA1: 40703fe2ec0e7a3b7f17e077572006b115d66235
SHA256: d7cc7a1e69814983d64ae9f29187fd96757104bdaa5d7f069a88502a5bf53df5
Description-en: PGP packet parser library (Python 2)
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 2 version of the package.
Description-md5: 6aa15464d43e6cc0dbb1f7bab94575a8
Homepage: https://pypi.python.org/pypi/pgpdump/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu