How to Install and Uninstall python3-requests Package on openSUSE Leap

Last updated: May 02,2024

1. Install "python3-requests" package

This tutorial shows how to install python3-requests on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-requests

2. Uninstall "python3-requests" package

This tutorial shows how to uninstall python3-requests on openSUSE Leap:

$ sudo zypper remove python3-requests

3. Information about the python3-requests package on openSUSE Leap

Information for package python3-requests:
-----------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-requests
Version : 2.25.1-150300.3.6.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 493.3 KiB
Installed : No
Status : not installed
Source package : python-requests-2.25.1-150300.3.6.1.src
Upstream URL : http://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.