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

Last updated: May 18,2024

1. Install "python39-requests" package

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

$ sudo zypper refresh $ sudo zypper install python39-requests

2. Uninstall "python39-requests" package

This guide let you learn how to uninstall python39-requests on openSuSE Tumbleweed:

$ sudo zypper remove python39-requests

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

Information for package python39-requests:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-requests
Version : 2.31.0-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 395.9 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.