How to Install and Uninstall python3-hkdf.noarch Package on Fedora 34

Last updated: November 26,2024

1. Install "python3-hkdf.noarch" package

This tutorial shows how to install python3-hkdf.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-hkdf.noarch

2. Uninstall "python3-hkdf.noarch" package

Please follow the guidelines below to uninstall python3-hkdf.noarch on Fedora 34:

$ sudo dnf remove python3-hkdf.noarch $ sudo dnf autoremove

3. Information about the python3-hkdf.noarch package on Fedora 34

Last metadata expiration check: 1:45:25 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-hkdf
Version : 0.0.3
Release : 9.fc34
Architecture : noarch
Size : 14 k
Source : python-hkdf-0.0.3-9.fc34.src.rpm
Repository : fedora
Summary : HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
URL : https://github.com/casebeer/python-hkdf
License : BSD
Description : This module implements the HMAC Key Derivation function, defined at
: http://tools.ietf.org/html/draft-krawczyk-hkdf-01. There are two
: interfaces: a functional interface, with separate extract and expand
: functions as defined in the draft RFC, and a wrapper class for these
: functions.