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

Last updated: May 14,2024

1. Install "python3-requestsexceptions" package

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

$ sudo zypper refresh $ sudo zypper install python3-requestsexceptions

2. Uninstall "python3-requestsexceptions" package

Please follow the guidance below to uninstall python3-requestsexceptions on openSUSE Leap:

$ sudo zypper remove python3-requestsexceptions

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

Information for package python3-requestsexceptions:
---------------------------------------------------
Repository : Main Repository
Name : python3-requestsexceptions
Version : 1.3.0-1.17
Arch : noarch
Vendor : SUSE LLC
Installed Size : 18.0 KiB
Installed : No
Status : not installed
Source package : python-requestsexceptions-1.3.0-1.17.src
Upstream URL : http://www.openstack.org/
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.