How to Install and Uninstall python3-pgpdump.noarch Package on Fedora 34

Last updated: October 04,2024

1. Install "python3-pgpdump.noarch" package

Please follow the steps below to install python3-pgpdump.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-pgpdump.noarch

2. Uninstall "python3-pgpdump.noarch" package

Please follow the instructions below to uninstall python3-pgpdump.noarch on Fedora 34:

$ sudo dnf remove python3-pgpdump.noarch $ sudo dnf autoremove

3. Information about the python3-pgpdump.noarch package on Fedora 34

Last metadata expiration check: 5:19:07 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-pgpdump
Version : 1.2.12
Release : 16.fc34
Architecture : noarch
Size : 36 k
Source : roca-detect-1.2.12-16.fc34.src.rpm
Repository : fedora
Summary : PGP packet parser library in Python 3.x
URL : https://crocs.fi.muni.cz/public/papers/rsa_ccs17
License : MIT
Description : python-pgpdump is a Python 3 library for parsing PGP packets. The intent here
: is not on completeness, as we don't currently decode every packet type, but
: on being able to do what people actually have to 95% of the time.
:
: Currently supported things include:
:
: * Signature packets
: * Public key packets
: * Secret key packets
: * Trust, user ID, and user attribute packets
: * ASCII-armor decoding and CRC check