How to Install and Uninstall python36-SecretStorage Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python36-SecretStorage" package

Please follow the guidelines below to install python36-SecretStorage on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-SecretStorage

2. Uninstall "python36-SecretStorage" package

In this section, we are going to explain the necessary steps to uninstall python36-SecretStorage on openSuSE Tumbleweed:

$ sudo zypper remove python36-SecretStorage

3. Information about the python36-SecretStorage package on openSuSE Tumbleweed

Information for package python36-SecretStorage:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-SecretStorage
Version : 3.3.1-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 93,9 KiB
Installed : No
Status : not installed
Source package : python-SecretStorage-3.3.1-1.6.src
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/