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

Last updated: January 11,2025

1. Install "python3-httptools.x86_64" package

Learn how to install python3-httptools.x86_64 on Fedora 38

$ 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 38:

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

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

Last metadata expiration check: 3:52:48 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-httptools
Version : 0.2.0
Release : 5.fc38
Architecture : x86_64
Size : 67 k
Source : python-httptools-0.2.0-5.fc38.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.