How to Install and Uninstall python2-requestsexceptions Package on openSUSE Leap

Last updated: May 07,2024

1. Install "python2-requestsexceptions" package

Please follow the steps below to install python2-requestsexceptions on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-requestsexceptions

2. Uninstall "python2-requestsexceptions" package

In this section, we are going to explain the necessary steps to uninstall python2-requestsexceptions on openSUSE Leap:

$ sudo zypper remove python2-requestsexceptions

3. Information about the python2-requestsexceptions package on openSUSE Leap

Information for package python2-requestsexceptions:
---------------------------------------------------
Repository : Main Repository
Name : python2-requestsexceptions
Version : 1.3.0-1.17
Arch : noarch
Vendor : SUSE LLC
Installed Size : 18,4 KiB
Installed : No
Status : not installed
Source package : python-requestsexceptions-1.3.0-1.17.src
Summary : Import exceptions from potentially bundled packages in requests
Description :
The python requests library bundles the urllib3 library, however, some
software distributions modify requests to remove the bundled library.
This makes some operations, such as supressing the "insecure platform
warning" messages that urllib emits difficult. This is a simple
library to find the correct path to exceptions in the requests library
regardless of whether they are bundled.