How to Install and Uninstall python39-pysocks.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python39-pysocks.noarch" package

This guide let you learn how to install python39-pysocks.noarch on Rocky Linux 8

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

2. Uninstall "python39-pysocks.noarch" package

This is a short guide on how to uninstall python39-pysocks.noarch on Rocky Linux 8:

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

3. Information about the python39-pysocks.noarch package on Rocky Linux 8

Last metadata expiration check: 2:23:55 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python39-pysocks
Version : 1.7.1
Release : 4.module+el8.4.0+574+843c4898
Architecture : noarch
Size : 36 k
Source : python-pysocks-1.7.1-4.module+el8.4.0+574+843c4898.src.rpm
Repository : 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.
: This package is for Python3 version 3.9 only.