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

Last updated: July 02,2024

1. Install "python312-python-socks" package

Here is a brief guide to show you how to install python312-python-socks on openSuSE Tumbleweed

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

2. Uninstall "python312-python-socks" package

In this section, we are going to explain the necessary steps to uninstall python312-python-socks on openSuSE Tumbleweed:

$ sudo zypper remove python312-python-socks

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

Information for package python312-python-socks:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-python-socks
Version : 2.4.4-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 310.1 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.