How to Install and Uninstall python3.11-pysocks.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 12,2024

1. Install "python3.11-pysocks.noarch" package

Please follow the steps below to install python3.11-pysocks.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python3.11-pysocks.noarch

2. Uninstall "python3.11-pysocks.noarch" package

Here is a brief guide to show you how to uninstall python3.11-pysocks.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python3.11-pysocks.noarch $ sudo dnf autoremove

3. Information about the python3.11-pysocks.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:39:26 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3.11-pysocks
Version : 1.7.1
Release : 1.el8
Architecture : noarch
Size : 40 k
Source : python3.11-pysocks-1.7.1-1.el8.src.rpm
Repository : ubi-8-appstream-rpms
Summary : A Python SOCKS client module
URL : https://github.com/Anorov/PySocks
License : BSD
Description :
: A fork of SocksiPy with bug fixes and extra features.
:
: Acts as a drop-in replacement to the socket module. Featuring:
:
: - SOCKS proxy client for Python 2.6 - 3.x
: - TCP and UDP both supported
: - HTTP proxy client included but not supported or recommended (you should use
: urllib2's or requests' own HTTP proxy interface)
: - urllib2 handler included.