How to Install and Uninstall python3-socksio.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 25,2024

1. Install "python3-socksio.noarch" package

Please follow the instructions below to install python3-socksio.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-socksio.noarch

2. Uninstall "python3-socksio.noarch" package

Please follow the steps below to uninstall python3-socksio.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-socksio.noarch $ sudo dnf autoremove

3. Information about the python3-socksio.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:07:08 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-socksio
Version : 1.0.0
Release : 3.el9
Architecture : noarch
Size : 29 k
Source : python-socksio-1.0.0-3.el9.src.rpm
Repository : epel
Summary : Client-side sans-I/O SOCKS proxy implementation
URL : https://github.com/sethmlarson/socksio
License : MIT
Description : 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.