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

Last updated: May 20,2024

1. Install "python36-python-socks" package

This guide covers the steps necessary to install python36-python-socks on openSuSE Tumbleweed

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

2. Uninstall "python36-python-socks" package

This guide let you learn how to uninstall python36-python-socks on openSuSE Tumbleweed:

$ sudo zypper remove python36-python-socks

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

Information for package python36-python-socks:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-python-socks
Version : 1.2.4-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 240,3 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.