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

Last updated: January 10,2025

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

Please follow the steps below to install python3-httpsig-cffi.noarch on Fedora 36

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

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

This tutorial shows how to uninstall python3-httpsig-cffi.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:03:04 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-httpsig-cffi
Version : 15.0.0
Release : 14.fc36
Architecture : noarch
Size : 26 k
Source : python-httpsig-cffi-15.0.0-14.fc36.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.