How to Install and Uninstall python3-python-yubico Package on openSUSE Leap
Last updated: December 26,2024
1. Install "python3-python-yubico" package
This guide let you learn how to install python3-python-yubico on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python3-python-yubico
Copied
2. Uninstall "python3-python-yubico" package
Please follow the instructions below to uninstall python3-python-yubico on openSUSE Leap:
$
sudo zypper remove
python3-python-yubico
Copied
3. Information about the python3-python-yubico package on openSUSE Leap
Information for package python3-python-yubico:
----------------------------------------------
Repository : Main Repository
Name : python3-python-yubico
Version : 1.3.3-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 245.6 KiB
Installed : No
Status : not installed
Source package : python-python-yubico-1.3.3-bp155.2.10.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.
----------------------------------------------
Repository : Main Repository
Name : python3-python-yubico
Version : 1.3.3-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 245.6 KiB
Installed : No
Status : not installed
Source package : python-python-yubico-1.3.3-bp155.2.10.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.