How to Install and Uninstall python3-sshpubkeys.noarch Package on Oracle Linux 9

Last updated: October 12,2024

1. Install "python3-sshpubkeys.noarch" package

This is a short guide on how to install python3-sshpubkeys.noarch on Oracle Linux 9

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

2. Uninstall "python3-sshpubkeys.noarch" package

Please follow the guidelines below to uninstall python3-sshpubkeys.noarch on Oracle Linux 9:

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

3. Information about the python3-sshpubkeys.noarch package on Oracle Linux 9

Last metadata expiration check: 3:38:05 ago on Thu Feb 15 07:50:05 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.