How to Install and Uninstall python3-sshpubkeys.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "python3-sshpubkeys.noarch" package

This is a short guide on how to install python3-sshpubkeys.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-sshpubkeys.noarch" package

This is a short guide on how to uninstall python3-sshpubkeys.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-sshpubkeys.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:40:51 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-sshpubkeys
Version : 3.3.1
Release : 16.el9
Architecture : noarch
Size : 25 k
Source : python-sshpubkeys-3.3.1-16.el9.src.rpm
Repository : epel
Summary : OpenSSH public key parser for Python
URL : https://github.com/ojarva/sshpubkeys
License : BSD-3-Clause
Description : Native implementation for validating OpenSSH public keys.
:
: Currently ssh-rsa, ssh-dss (DSA), ssh-ed25519 and ecdsa keys with NIST curves
: are supported.