How to Install and Uninstall python-pysocks.src Package on Oracle Linux 8
Last updated: March 15,2025
1. Install "python-pysocks.src" package
Learn how to install python-pysocks.src on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python-pysocks.src
Copied
2. Uninstall "python-pysocks.src" package
In this section, we are going to explain the necessary steps to uninstall python-pysocks.src on Oracle Linux 8:
$
sudo dnf remove
python-pysocks.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the python-pysocks.src package on Oracle Linux 8
Last metadata expiration check: 6:28:45 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-pysocks
Version : 1.7.1
Release : 4.module+el8.4.0+20109+b7b1db01
Architecture : src
Size : 283 k
Source : None
Repository : ol8_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.
Available Packages
Name : python-pysocks
Version : 1.7.1
Release : 4.module+el8.4.0+20109+b7b1db01
Architecture : src
Size : 283 k
Source : None
Repository : ol8_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.