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

Last updated: June 02,2024

1. Install "python310-urllib3_1" package

Please follow the steps below to install python310-urllib3_1 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-urllib3_1

2. Uninstall "python310-urllib3_1" package

This is a short guide on how to uninstall python310-urllib3_1 on openSuSE Tumbleweed:

$ sudo zypper remove python310-urllib3_1

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

Information for package python310-urllib3_1:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-urllib3_1
Version : 1.26.18-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 780.3 KiB
Installed : No
Status : not installed
Source package : python-urllib3_1-1.26.18-3.4.src
Upstream URL : https://urllib3.readthedocs.org/
Summary : HTTP library with thread-safe connection pooling, file post, and more
Description :
Highlights
- Re-use the same socket connection for multiple requests
(HTTPConnectionPool and HTTPSConnectionPool)
(with optional client-side certificate verification).
- File posting (encode_multipart_formdata).
- Built-in redirection and retries (optional).
- Supports gzip and deflate decoding.
- Thread-safe and sanity-safe.
- Works with AppEngine, gevent, and eventlib.
- Tested on Python 2.6+ and Python 3.3+, 100% unit test coverage.
- Small and easy to understand codebase perfect for extending and building upon.
For a more comprehensive solution, have a look at
Requests which is also powered by urllib3.