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

Last updated: October 06,2024

1. Install "python3-keyring.noarch" package

This tutorial shows how to install python3-keyring.noarch on Oracle Linux 9

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

2. Uninstall "python3-keyring.noarch" package

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

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

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

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