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

Last updated: November 26,2024

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

This is a short guide on how to install python3-keyrings-alt.noarch on Fedora 35

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

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

In this section, we are going to explain the necessary steps to uninstall python3-keyrings-alt.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:04:49 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-keyrings-alt
Version : 4.1.0
Release : 1.fc35
Architecture : noarch
Size : 44 k
Source : python-keyrings-alt-4.1.0-1.fc35.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.