How to Install and Uninstall python3-pysocks.noarch Package on CentOS 8 / RHEL 8
Last updated: November 01,2024
1. Install "python3-pysocks.noarch" package
Here is a brief guide to show you how to install python3-pysocks.noarch on CentOS 8 / RHEL 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-pysocks.noarch
Copied
2. Uninstall "python3-pysocks.noarch" package
Please follow the guidelines below to uninstall python3-pysocks.noarch on CentOS 8 / RHEL 8:
$
sudo dnf remove
python3-pysocks.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-pysocks.noarch package on CentOS 8 / RHEL 8
Last metadata expiration check: 1 day, 8:02:28 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-pysocks
Version : 1.6.8
Release : 3.el8
Architecture : noarch
Size : 34 k
Source : python-pysocks-1.6.8-3.el8.src.rpm
Repository : baseos
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 : python3-pysocks
Version : 1.6.8
Release : 3.el8
Architecture : noarch
Size : 34 k
Source : python-pysocks-1.6.8-3.el8.src.rpm
Repository : baseos
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.