How to Install and Uninstall python311-python-yubico Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "python311-python-yubico" package

This is a short guide on how to install python311-python-yubico on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-python-yubico

2. Uninstall "python311-python-yubico" package

Please follow the instructions below to uninstall python311-python-yubico on openSuSE Tumbleweed:

$ sudo zypper remove python311-python-yubico

3. Information about the python311-python-yubico package on openSuSE Tumbleweed

Information for package python311-python-yubico:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-python-yubico
Version : 1.3.3-2.14
Arch : noarch
Vendor : openSUSE
Installed Size : 284.4 KiB
Installed : No
Status : not installed
Source package : python-python-yubico-1.3.3-2.14.src
Upstream URL : https://developers.yubico.com/python-yubico/Releases/
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.