How to Install and Uninstall python3-pgpdump.noarch Package on Oracle Linux 8

Last updated: May 09,2024

1. Install "python3-pgpdump.noarch" package

Here is a brief guide to show you how to install python3-pgpdump.noarch on Oracle Linux 8

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

2. Uninstall "python3-pgpdump.noarch" package

This is a short guide on how to uninstall python3-pgpdump.noarch on Oracle Linux 8:

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

3. Information about the python3-pgpdump.noarch package on Oracle Linux 8

Last metadata expiration check: 6:23:43 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-pgpdump
Version : 1.2.12
Release : 12.el8
Architecture : noarch
Size : 37 k
Source : roca-detect-1.2.12-12.el8.src.rpm
Repository : epel
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