How to Install and Uninstall python3-keyring.noarch Package on Rocky Linux 9

Last updated: May 03,2024

1. Install "python3-keyring.noarch" package

In this section, we are going to explain the necessary steps to install python3-keyring.noarch on Rocky Linux 9

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

2. Uninstall "python3-keyring.noarch" package

Here is a brief guide to show you how to uninstall python3-keyring.noarch on Rocky Linux 9:

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

3. Information about the python3-keyring.noarch package on Rocky Linux 9

Last metadata expiration check: 1:14:59 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-keyring
Version : 23.11.0
Release : 8.el9
Architecture : noarch
Size : 83 k
Source : python-keyring-23.11.0-8.el9.src.rpm
Repository : epel
Summary : Python 3 library to access the system keyring service
URL : https://github.com/jaraco/keyring
License : MIT OR Python-2.0.1
Description : The Python keyring library provides an easy way to access the system keyring
: service from python. It can be used in any application that needs safe password
: storage.
:
: These recommended keyring backends are supported:
:
: • macOS Keychain
: • Freedesktop Secret Service supports many DE including GNOME (requires
: secretstorage)
: • KDE4 & KDE5 KWallet (requires dbus)
: • Windows Credential Locker
:
: Other keyring implementations are available through third-party backends.