How to Install and Uninstall python3-pysocks.noarch Package on Amazon Linux 2

Last updated: May 17,2024

1. Install "python3-pysocks.noarch" package

This guide covers the steps necessary to install python3-pysocks.noarch on Amazon Linux 2

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

2. Uninstall "python3-pysocks.noarch" package

Please follow the guidelines below to uninstall python3-pysocks.noarch on Amazon Linux 2:

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

3. Information about the python3-pysocks.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python3-pysocks
Arch : noarch
Version : 1.7.1
Release : 7.amzn2.0.2
Size : 33 k
Repo : amzn2-core/2/x86_64
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.7 only.