How to Install and Uninstall python3-keyring Package on openSUSE Leap

Last updated: May 11,2024

1. Install "python3-keyring" package

Learn how to install python3-keyring on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-keyring

2. Uninstall "python3-keyring" package

Please follow the guidance below to uninstall python3-keyring on openSUSE Leap:

$ sudo zypper remove python3-keyring

3. Information about the python3-keyring package on openSUSE Leap

Information for package python3-keyring:
----------------------------------------
Repository : Main Repository
Name : python3-keyring
Version : 21.2.1-1.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 253.1 KiB
Installed : No
Status : not installed
Source package : python-keyring-21.2.1-1.1.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.