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

Last updated: May 20,2024

1. Install "python38-python-socks" package

Learn how to install python38-python-socks on openSuSE Tumbleweed

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

2. Uninstall "python38-python-socks" package

This is a short guide on how to uninstall python38-python-socks on openSuSE Tumbleweed:

$ sudo zypper remove python38-python-socks

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

Information for package python38-python-socks:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-python-socks
Version : 1.2.4-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 242,8 KiB
Installed : No
Status : not installed
Source package : python-python-socks-1.2.4-1.2.src
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.