How to Install and Uninstall python3-httptools.x86_64 Package on Fedora 35

Last updated: May 21,2024

1. Install "python3-httptools.x86_64" package

Please follow the guidance below to install python3-httptools.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install python3-httptools.x86_64

2. Uninstall "python3-httptools.x86_64" package

Learn how to uninstall python3-httptools.x86_64 on Fedora 35:

$ sudo dnf remove python3-httptools.x86_64 $ sudo dnf autoremove

3. Information about the python3-httptools.x86_64 package on Fedora 35

Last metadata expiration check: 5:38:55 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-httptools
Version : 0.2.0
Release : 1.fc35
Architecture : x86_64
Size : 65 k
Source : python-httptools-0.2.0-1.fc35.src.rpm
Repository : fedora
Summary : Fast HTTP parser
URL : https://github.com/MagicStack/httptools
License : MIT
Description : The httptools module is a Python binding for the nodejs HTTP parser.
:
: It contains two classes: httptools.HttpRequestParser,
: httptools.HttpResponseParser (fulfilled through llhttp) and a function for
: parsing URLs httptools.parse_url.