How to Install and Uninstall python39-http-parser Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python39-http-parser" package

In this section, we are going to explain the necessary steps to install python39-http-parser on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-http-parser

2. Uninstall "python39-http-parser" package

Here is a brief guide to show you how to uninstall python39-http-parser on openSuSE Tumbleweed:

$ sudo zypper remove python39-http-parser

3. Information about the python39-http-parser package on openSuSE Tumbleweed

Information for package python39-http-parser:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-http-parser
Version : 0.9.0-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 257.0 KiB
Installed : No
Status : not installed
Source package : python-http-parser-0.9.0-2.1.src
Upstream URL : https://github.com/benoitc/http-parser/
Summary : HTTP Request/Response Parser for Python in C
Description :
HTTP request/response parser for Python in C, based on
http-parser from Ryan Dahl.