How to Install and Uninstall python3-keyrings-alt.noarch Package on Fedora 36

Last updated: May 19,2024

1. Install "python3-keyrings-alt.noarch" package

Please follow the guidelines below to install python3-keyrings-alt.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-keyrings-alt.noarch

2. Uninstall "python3-keyrings-alt.noarch" package

Please follow the steps below to uninstall python3-keyrings-alt.noarch on Fedora 36:

$ sudo dnf remove python3-keyrings-alt.noarch $ sudo dnf autoremove

3. Information about the python3-keyrings-alt.noarch package on Fedora 36

Last metadata expiration check: 1:07:57 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-keyrings-alt
Version : 4.1.0
Release : 2.fc36
Architecture : noarch
Size : 44 k
Source : python-keyrings-alt-4.1.0-2.fc36.src.rpm
Repository : fedora
Summary : Alternate keyring implementations
URL : https://pypi.org/pypi/keyrings.alt
License : MIT
Description : Alternate keyring backend implementations for use with the keyring package.
:
: Keyrings in this package may have security risks or other implications. These
: backends were extracted from the main keyring project to make them available
: for those who wish to employ them, but are discouraged for general production
: use. Include this module and use its backends at your own risk.
:
: For example, the PlaintextKeyring stores passwords in plain text on the file
: system, defeating the intended purpose of this library to encourage best
: practices for security.