How to Install and Uninstall python2-pysocks.noarch Package on Oracle Linux 8

Last updated: May 17,2024

1. Install "python2-pysocks.noarch" package

Please follow the instructions below to install python2-pysocks.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python2-pysocks.noarch

2. Uninstall "python2-pysocks.noarch" package

This guide let you learn how to uninstall python2-pysocks.noarch on Oracle Linux 8:

$ sudo dnf remove python2-pysocks.noarch $ sudo dnf autoremove

3. Information about the python2-pysocks.noarch package on Oracle Linux 8

Last metadata expiration check: 4:18:08 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python2-pysocks
Version : 1.6.8
Release : 6.module+el8.3.0+7833+4aaf98ce
Architecture : noarch
Size : 33 k
Source : python-pysocks-1.6.8-6.module+el8.3.0+7833+4aaf98ce.src.rpm
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.