How to Install and Uninstall python36-pysocks.noarch Package on CentOS 7 / RHEL 7

Last updated: May 05,2024

1. Install "python36-pysocks.noarch" package

This tutorial shows how to install python36-pysocks.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install python36-pysocks.noarch

2. Uninstall "python36-pysocks.noarch" package

Learn how to uninstall python36-pysocks.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove python36-pysocks.noarch $ sudo yum autoremove

3. Information about the python36-pysocks.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : python36-pysocks
Arch : noarch
Version : 1.6.8
Release : 7.el7
Size : 101 k
Repo : installed
From repo : epel
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.
: This package is for Python3 version 3.6 only.