How to Install and Uninstall python3-hkdf Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-hkdf" package

This tutorial shows how to install python3-hkdf on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-hkdf

2. Uninstall "python3-hkdf" package

This guide covers the steps necessary to uninstall python3-hkdf on openSUSE Leap:

$ sudo zypper remove python3-hkdf

3. Information about the python3-hkdf package on openSUSE Leap

Information for package python3-hkdf:
-------------------------------------
Repository : Main Repository
Name : python3-hkdf
Version : 0.0.3-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 13.1 KiB
Installed : No
Status : not installed
Source package : python-hkdf-0.0.3-bp155.2.10.src
Upstream URL : https://github.com/casebeer/python-hkdf
Summary : HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
Description :
This module implements the HMAC Key Derivation function.