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

Last updated: September 28,2024

1. Install "python3-httpsig-cffi.noarch" package

This guide covers the steps necessary to install python3-httpsig-cffi.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-httpsig-cffi.noarch

2. Uninstall "python3-httpsig-cffi.noarch" package

This guide covers the steps necessary to uninstall python3-httpsig-cffi.noarch on Fedora 34:

$ sudo dnf remove python3-httpsig-cffi.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:13:03 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-httpsig-cffi
Version : 15.0.0
Release : 11.fc34
Architecture : noarch
Size : 27 k
Source : python-httpsig-cffi-15.0.0-11.fc34.src.rpm
Repository : fedora
Summary : Secure HTTP request signing using the HTTP Signature draft specification
URL : https://github.com/hawkowl/httpsig_cffi
License : MIT
Description : Sign HTTP requests with secure signatures according to the IETF HTTP
: Signatures specification (Draft 3_). This is a fork of the fork of the
: original module that was made to fully support both RSA and HMAC
: schemes as well as unit test both schemes to prove they work. This
: particular fork moves from PyCrypto to Cryptography, which provides
: PyPy support.