How to Install and Uninstall python39-keyring Package on openSuSE Tumbleweed

Last updated: November 01,2024

1. Install "python39-keyring" package

This tutorial shows how to install python39-keyring on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-keyring

2. Uninstall "python39-keyring" package

Please follow the guidelines below to uninstall python39-keyring on openSuSE Tumbleweed:

$ sudo zypper remove python39-keyring

3. Information about the python39-keyring package on openSuSE Tumbleweed

Information for package python39-keyring:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-keyring
Version : 24.3.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 246.1 KiB
Installed : No
Status : not installed
Source package : python-keyring-24.3.0-1.4.src
Upstream URL : https://github.com/jaraco/keyring
Summary : System keyring service access from Python
Description :
The Python keyring lib provides a way to access the system keyring service
from python. It can be used in any application that needs safe password storage.