How to Install and Uninstall python311-python-socks Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python311-python-socks" package

Please follow the guidelines below to install python311-python-socks on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-python-socks

2. Uninstall "python311-python-socks" package

This tutorial shows how to uninstall python311-python-socks on openSuSE Tumbleweed:

$ sudo zypper remove python311-python-socks

3. Information about the python311-python-socks package on openSuSE Tumbleweed

Information for package python311-python-socks:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-python-socks
Version : 2.4.4-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 325.8 KiB
Installed : No
Status : not installed
Source package : python-python-socks-2.4.4-1.4.src
Upstream URL : https://github.com/romis2012/python-socks
Summary : Core proxy client functionality for Python
Description :
The python-socks package provides a core proxy client functionality for Python.
Supports SOCKS4(a), SOCKS5, HTTP (tunneling) proxy and provides sync and async
(asyncio, trio, curio) APIs. You probably don't need to use python-socks
directly. It is used internally by aiohttp-socks and httpx-socks packages.