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

Last updated: October 08,2024

1. Install "python3-sshpubkeys.noarch" package

Here is a brief guide to show you how to install python3-sshpubkeys.noarch on AlmaLinux 9

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

2. Uninstall "python3-sshpubkeys.noarch" package

This guide covers the steps necessary to uninstall python3-sshpubkeys.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 1:19:26 ago on Wed Mar 13 07:41:12 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.