How to Install and Uninstall python311-SecretStorage Package on openSUSE Leap

Last updated: July 03,2024

1. Install "python311-SecretStorage" package

Please follow the instructions below to install python311-SecretStorage on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python311-SecretStorage

2. Uninstall "python311-SecretStorage" package

Please follow the guidance below to uninstall python311-SecretStorage on openSUSE Leap:

$ sudo zypper remove python311-SecretStorage

3. Information about the python311-SecretStorage package on openSUSE Leap

Information for package python311-SecretStorage:
------------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-SecretStorage
Version : 3.3.3-150400.5.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 88.8 KiB
Installed : No
Status : not installed
Source package : python-SecretStorage-3.3.3-150400.5.3.1.src
Upstream URL : https://github.com/mitya57/secretstorage
Summary : Python bindings to FreeDesktoporg Secret Service API
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
(since version 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).
The documentation can be found on `pythonhosted.org`_.
.. _`Secret Service`: https://specifications.freedesktop.org/secret-service/
.. _`pythonhosted.org`: https://pythonhosted.org/SecretStorage/