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

Last updated: May 17,2024

1. Install "python39-python-yubico" package

Please follow the guidelines below to install python39-python-yubico on openSuSE Tumbleweed

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

2. Uninstall "python39-python-yubico" package

Please follow the steps below to uninstall python39-python-yubico on openSuSE Tumbleweed:

$ sudo zypper remove python39-python-yubico

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

Information for package python39-python-yubico:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-python-yubico
Version : 1.3.3-2.14
Arch : noarch
Vendor : openSUSE
Installed Size : 218.3 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.