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

Last updated: October 07,2024

1. Install "python-pysocks.src" package

Learn how to install python-pysocks.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-pysocks.src

2. Uninstall "python-pysocks.src" package

This guide let you learn how to uninstall python-pysocks.src on Oracle Linux 9:

$ sudo dnf remove python-pysocks.src $ sudo dnf autoremove

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

Last metadata expiration check: 0:12:08 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-pysocks
Version : 1.7.1
Release : 12.0.1.el9
Architecture : src
Size : 281 k
Source : None
Repository : ol9_baseos_latest
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.