How to Install and Uninstall python39-urllib3 Package on openSuSE Tumbleweed
Last updated: December 26,2024
1. Install "python39-urllib3" package
Please follow the step by step instructions below to install python39-urllib3 on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python39-urllib3
Copied
2. Uninstall "python39-urllib3" package
Learn how to uninstall python39-urllib3 on openSuSE Tumbleweed:
$
sudo zypper remove
python39-urllib3
Copied
3. Information about the python39-urllib3 package on openSuSE Tumbleweed
Information for package python39-urllib3:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-urllib3
Version : 2.1.0-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 700.0 KiB
Installed : No
Status : not installed
Source package : python-urllib3-2.1.0-2.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.
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-urllib3
Version : 2.1.0-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 700.0 KiB
Installed : No
Status : not installed
Source package : python-urllib3-2.1.0-2.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.