How to Install and Uninstall python3-http-parser Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-http-parser" package

Please follow the steps below to install python3-http-parser on openSUSE Leap

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

2. Uninstall "python3-http-parser" package

This guide covers the steps necessary to uninstall python3-http-parser on openSUSE Leap:

$ sudo zypper remove python3-http-parser

3. Information about the python3-http-parser package on openSUSE Leap

Information for package python3-http-parser:
--------------------------------------------
Repository : Main Repository
Name : python3-http-parser
Version : 0.8.3-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 259.6 KiB
Installed : No
Status : not installed
Source package : python-http-parser-0.8.3-bp155.2.11.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.