How to Install and Uninstall python3-keyring.noarch Package on AlmaLinux 8
Last updated: November 15,2024
1. Install "python3-keyring.noarch" package
Please follow the instructions below to install python3-keyring.noarch on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-keyring.noarch
Copied
2. Uninstall "python3-keyring.noarch" package
Here is a brief guide to show you how to uninstall python3-keyring.noarch on AlmaLinux 8:
$
sudo dnf remove
python3-keyring.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-keyring.noarch package on AlmaLinux 8
Last metadata expiration check: 1:15:45 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-keyring
Version : 21.5.0
Release : 2.el8
Architecture : noarch
Size : 83 k
Source : python-keyring-21.5.0-2.el8.src.rpm
Repository : epel
Summary : Python 3 library to access the system keyring service
URL : https://github.com/jaraco/keyring
License : MIT and Python
Description : The Python keyring lib provides a easy way to access the system keyring
: service from python. It can be used in any application that needs safe
: password storage.
:
: The keyring services supported by the Python keyring lib:
:
: * **OSXKeychain**: supports the Keychain service in Mac OS X.
: * **KDEKWallet**: supports the KDE's Kwallet service.
: * **GnomeKeyring**: for GNOME environment.
: * **SecretServiceKeyring**: for newer GNOME and KDE environments.
: * **WinVaultKeyring**: supports the Windows Credential Vault
:
: Besides these native password storing services provided by operating systems.
: Python keyring lib also provides following build-in keyrings.
:
: * **Win32CryptoKeyring**: for Windows 2k+.
: * **CryptedFileKeyring**: a command line interface keyring base on PyCrypto.
: * **UncryptedFileKeyring**: a keyring which leaves passwords directly in file.
Available Packages
Name : python3-keyring
Version : 21.5.0
Release : 2.el8
Architecture : noarch
Size : 83 k
Source : python-keyring-21.5.0-2.el8.src.rpm
Repository : epel
Summary : Python 3 library to access the system keyring service
URL : https://github.com/jaraco/keyring
License : MIT and Python
Description : The Python keyring lib provides a easy way to access the system keyring
: service from python. It can be used in any application that needs safe
: password storage.
:
: The keyring services supported by the Python keyring lib:
:
: * **OSXKeychain**: supports the Keychain service in Mac OS X.
: * **KDEKWallet**: supports the KDE's Kwallet service.
: * **GnomeKeyring**: for GNOME environment.
: * **SecretServiceKeyring**: for newer GNOME and KDE environments.
: * **WinVaultKeyring**: supports the Windows Credential Vault
:
: Besides these native password storing services provided by operating systems.
: Python keyring lib also provides following build-in keyrings.
:
: * **Win32CryptoKeyring**: for Windows 2k+.
: * **CryptedFileKeyring**: a command line interface keyring base on PyCrypto.
: * **UncryptedFileKeyring**: a keyring which leaves passwords directly in file.