How to Install and Uninstall python312-requests Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python312-requests" package

This is a short guide on how to install python312-requests on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-requests

2. Uninstall "python312-requests" package

Here is a brief guide to show you how to uninstall python312-requests on openSuSE Tumbleweed:

$ sudo zypper remove python312-requests

3. Information about the python312-requests package on openSuSE Tumbleweed

Information for package python312-requests:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-requests
Version : 2.31.0-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 453.1 KiB
Installed : No
Status : not installed
Source package : python-requests-2.31.0-2.4.src
Upstream URL : https://docs.python-requests.org/
Summary : Python HTTP Library
Description :
Requests is an HTTP library, written in Python, as an alternative
to Python's builtin urllib2 which requires work (even
method overrides) to perform basic tasks.
Features of Requests:
- GET, HEAD, POST, PUT, DELETE Requests:
+ HTTP Header Request Attachment.
+ Data/Params Request Attachment.
+ Multipart File Uploads.
+ CookieJar Support.
+ Redirection History.
+ Redirection Recursion Urllib Fix.
+ Automatic Decompression of GZipped Content.
+ Unicode URL Support.
- Authentication:
+ URL + HTTP Auth Registry.