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

Last updated: June 26,2024

1. Install "python2-keyring" package

In this section, we are going to explain the necessary steps to install python2-keyring on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-keyring

2. Uninstall "python2-keyring" package

This is a short guide on how to uninstall python2-keyring on openSUSE Leap:

$ sudo zypper remove python2-keyring

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

Information for package python2-keyring:
----------------------------------------
Repository : Main Repository
Name : python2-keyring
Version : 10.5.0-2.30
Arch : noarch
Vendor : SUSE LLC
Installed Size : 208,2 KiB
Installed : No
Status : not installed
Source package : python-keyring-10.5.0-2.30.src
Summary : Store and access your passwords safely
Description :
The Python keyring lib provides a easy way to access the system keyring service
from python. It can be used in any application that needs safe password storage.