How to Install and Uninstall python310-requestsexceptions Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "python310-requestsexceptions" package

Please follow the guidance below to install python310-requestsexceptions on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-requestsexceptions

2. Uninstall "python310-requestsexceptions" package

In this section, we are going to explain the necessary steps to uninstall python310-requestsexceptions on openSuSE Tumbleweed:

$ sudo zypper remove python310-requestsexceptions

3. Information about the python310-requestsexceptions package on openSuSE Tumbleweed

Information for package python310-requestsexceptions:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-requestsexceptions
Version : 1.4.0-2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 17.3 KiB
Installed : No
Status : not installed
Source package : python-requestsexceptions-1.4.0-2.13.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.