How to Install and Uninstall python3-secretstorage.noarch Package on Rocky Linux 8
Last updated: November 14,2024
1. Install "python3-secretstorage.noarch" package
Please follow the step by step instructions below to install python3-secretstorage.noarch on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-secretstorage.noarch
Copied
2. Uninstall "python3-secretstorage.noarch" package
Please follow the guidelines below to uninstall python3-secretstorage.noarch on Rocky Linux 8:
$
sudo dnf remove
python3-secretstorage.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-secretstorage.noarch package on Rocky Linux 8
Last metadata expiration check: 2:13:13 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-secretstorage
Version : 3.2.0
Release : 3.el8
Architecture : noarch
Size : 37 k
Source : python-SecretStorage-3.2.0-3.el8.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).
Available Packages
Name : python3-secretstorage
Version : 3.2.0
Release : 3.el8
Architecture : noarch
Size : 37 k
Source : python-SecretStorage-3.2.0-3.el8.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).