How to Install and Uninstall python3.11-pysocks.src Package on Oracle Linux 9

Last updated: October 06,2024

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

Please follow the guidance below to install python3.11-pysocks.src on Oracle Linux 9

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

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

In this section, we are going to explain the necessary steps to uninstall python3.11-pysocks.src on Oracle Linux 9:

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

3. Information about the python3.11-pysocks.src package on Oracle Linux 9

Last metadata expiration check: 2:11:52 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3.11-pysocks
Version : 1.7.1
Release : 1.el9
Architecture : src
Size : 279 k
Source : None
Repository : ol9_appstream
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.