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

Last updated: May 15,2024

1. Install "python3-hkdf.noarch" package

Learn how to install python3-hkdf.noarch on Fedora 35

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

2. Uninstall "python3-hkdf.noarch" package

Please follow the steps below to uninstall python3-hkdf.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:31:37 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-hkdf
Version : 0.0.3
Release : 11.fc35
Architecture : noarch
Size : 13 k
Source : python-hkdf-0.0.3-11.fc35.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.