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

Last updated: July 01,2024

1. Install "python310-keyring" package

Please follow the step by step instructions below to install python310-keyring on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-keyring

2. Uninstall "python310-keyring" package

This tutorial shows how to uninstall python310-keyring on openSuSE Tumbleweed:

$ sudo zypper remove python310-keyring

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

Information for package python310-keyring:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-keyring
Version : 24.3.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 246.2 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.