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

Last updated: May 19,2024

1. Install "python39-siosocks" package

Here is a brief guide to show you how to install python39-siosocks on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-siosocks

2. Uninstall "python39-siosocks" package

This guide let you learn how to uninstall python39-siosocks on openSuSE Tumbleweed:

$ sudo zypper remove python39-siosocks

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

Information for package python39-siosocks:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-siosocks
Version : 0.3.0-1.8
Arch : noarch
Vendor : openSUSE
Installed Size : 76.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`)