How to Install and Uninstall python3-socksio Package on Kali Linux

Last updated: May 10,2024

1. Install "python3-socksio" package

Learn how to install python3-socksio on Kali Linux

$ sudo apt update $ sudo apt install python3-socksio

2. Uninstall "python3-socksio" package

This is a short guide on how to uninstall python3-socksio on Kali Linux:

$ sudo apt remove python3-socksio $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-socksio package on Kali Linux

Package: python3-socksio
Source: socksio
Version: 1.0.0-3
Installed-Size: 66
Maintainer: Sandro Tosi
Architecture: all
Depends: python3:any
Size: 14444
SHA256: 2e37564c8351d0b36beb55bc69834bf8263e094b7f2ad75264a0dce5d72dde89
SHA1: 878e7d45d5195c11f7f30ad9fd3d023f85a56ef1
MD5sum: f0826a3c99d801a3e17e8daa4eb43932
Description: Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5
Client-side sans-I/O SOCKS proxy implementation. Supports SOCKS4, SOCKS4A, and
SOCKS5.
.
socksio is a sans-I/O library similar to h11 or h2, this means the library
itself does not handle the actual sending of the bytes through the network, it
only deals with the implementation details of the SOCKS protocols so you can
use it in any I/O library you want.
Description-md5:
Homepage: https://github.com/sethmlarson/socksio
Section: python
Priority: optional
Filename: pool/main/s/socksio/python3-socksio_1.0.0-3_all.deb