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

Last updated: May 17,2024

1. Install "python3-pem" package

In this section, we are going to explain the necessary steps to install python3-pem on Kali Linux

$ sudo apt update $ sudo apt install python3-pem

2. Uninstall "python3-pem" package

Here is a brief guide to show you how to uninstall python3-pem on Kali Linux:

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

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

Package: python3-pem
Source: python-pem
Version: 19.1.0-2
Installed-Size: 38
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 9736
SHA256: f67325a936d8189f1056b3cfe74f16feef4db75576a5ccf61fbbe1f4fcacb887
SHA1: eef6c55bbc7cb8057bb58ef94cc286108b376e29
MD5sum: 8a0dd7d9f0a0e28cbcea0ee7537e4ff0
Description: easy PEM file parsing in Python
pem is a Python module for parsing and splitting of PEM files,
i.e. Base64 encoded DER keys and certificates.
.
pem does not attempt to interpret the certificate data in any way.
.
Additionally to the vanilla parsing code, pem also contains helpers
for Twisted that save a lot of boilerplate code.
Description-md5:
Multi-Arch: foreign
Homepage: https://pem.readthedocs.io/
Section: python
Priority: optional
Filename: pool/main/p/python-pem/python3-pem_19.1.0-2_all.deb