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

Last updated: May 18,2024

1. Install "python2-yubico" package

Please follow the guidelines below to install python2-yubico on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-yubico

2. Uninstall "python2-yubico" package

This guide covers the steps necessary to uninstall python2-yubico on openSUSE Leap:

$ sudo zypper remove python2-yubico

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

Information for package python2-yubico:
---------------------------------------
Repository : Main Repository
Name : python2-yubico
Version : 1.3.2-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 267,6 KiB
Installed : No
Status : not installed
Source package : python-yubico-1.3.2-bp153.1.15.src
Summary : Python code for talking to Yubico's YubiKeys
Description :
The YubiKey is a hardware token for authentication. The main mode of the YubiKey
is entering a one time password (or a strong static password) by acting as a USB HID device,
but there are things one can do with bi-directional communication:
1. Configuration. The yubikey_config class should be a feature-wise complete implementation
of everything that can be configured on YubiKeys version 1.3 to 3.x (besides deprecated
functions in YubiKey 1.x). See examples/configure_nist_test_key for an example.
2. Challenge-response. YubiKey 2.2 and later supports HMAC-SHA1 or Yubico challenge-response
operations. See examples/nist_challenge_response for an example.