How to Install and Uninstall python311-siosocks Package on openSuSE Tumbleweed

Last updated: July 08,2024

1. Install "python311-siosocks" package

In this section, we are going to explain the necessary steps to install python311-siosocks on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-siosocks

2. Uninstall "python311-siosocks" package

In this section, we are going to explain the necessary steps to uninstall python311-siosocks on openSuSE Tumbleweed:

$ sudo zypper remove python311-siosocks

3. Information about the python311-siosocks package on openSuSE Tumbleweed

Information for package python311-siosocks:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-siosocks
Version : 0.3.0-1.8
Arch : noarch
Vendor : openSUSE
Installed Size : 103.7 KiB
Installed : No
Status : not installed
Source package : python-siosocks-0.3.0-1.8.src
Upstream URL : https://github.com/pohmelie/siosocks
Summary : Sans-io socks proxy client/server with couple io backends
Description :
Sans-io (https://sans-io.readthedocs.io/) socks 4/5 client/server library/framework.
* No one-shot socks servers
* Sans-io
* asyncio-ready twunnel3 (https://github.com/jvansteirteghem/twunnel3) is dead
* aiosocks (https://github.com/nibrag/aiosocks) do not mimic `asyncio.open_connection` arguments (maybe dead too)
* Fun
* Only tcp connect (no bind, no udp)
* Both client and server
* Socks versions: 4, 4a, 5
* Socks5 auth: no auth, username/password
* Couple io backends: asyncio, trio, socketserver
* One-shot socks server (`python -m siosocks`)