How to Install and Uninstall python2-requests Package on openSUSE Leap
Last updated: November 08,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python2-requests" package
In this section, we are going to explain the necessary steps to install python2-requests on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python2-requests
Copied
2. Uninstall "python2-requests" package
This is a short guide on how to uninstall python2-requests on openSUSE Leap:
$
sudo zypper remove
python2-requests
Copied
3. Information about the python2-requests package on openSUSE Leap
Information for package python2-requests:
-----------------------------------------
Repository : Main Repository
Name : python2-requests
Version : 2.24.0-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 401,9 KiB
Installed : No
Status : not installed
Source package : python-requests-2.24.0-1.24.src
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.
-----------------------------------------
Repository : Main Repository
Name : python2-requests
Version : 2.24.0-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 401,9 KiB
Installed : No
Status : not installed
Source package : python-requests-2.24.0-1.24.src
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.