How to Install and Uninstall python3-secretstorage.noarch Package on CentOS Stream 9

Last updated: March 03,2025

1. Install "python3-secretstorage.noarch" package

In this section, we are going to explain the necessary steps to install python3-secretstorage.noarch on CentOS Stream 9

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

2. Uninstall "python3-secretstorage.noarch" package

Here is a brief guide to show you how to uninstall python3-secretstorage.noarch on CentOS Stream 9:

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

3. Information about the python3-secretstorage.noarch package on CentOS Stream 9

Last metadata expiration check: 1:18:11 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-secretstorage
Version : 3.3.2
Release : 1.el9
Architecture : noarch
Size : 35 k
Source : python-SecretStorage-3.3.2-1.el9.src.rpm
Repository : epel
Summary : Python bindings to FreeDesktop.org Secret Service API
URL : https://github.com/mitya57/secretstorage
License : BSD
Description : This module provides a way for securely storing passwords and other secrets.
:
: It uses D-Bus Secret Service API that is supported by GNOME Keyring (>= 2.30)
: and KSecretsService.
:
: The main classes provided are secretstorage.Item, representing a secret item
: (that has a label, a secret and some attributes) and secretstorage.Collection,
: a place items are stored in.
:
: SecretStorage supports most of the functions provided by Secret Service,
: including creating and deleting items and collections, editing items, locking
: and unlocking collections (asynchronous unlocking is also supported).