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

Last updated: January 11,2025

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

This tutorial shows how to install python3-httpsig-cffi.noarch on Fedora 38

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

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

Please follow the steps below to uninstall python3-httpsig-cffi.noarch on Fedora 38:

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

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

Last metadata expiration check: 5:47:31 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-httpsig-cffi
Version : 15.0.0
Release : 18.fc38
Architecture : noarch
Size : 35 k
Source : python-httpsig-cffi-15.0.0-18.fc38.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.