How to Install and Uninstall python3-pysocks.noarch Package on Fedora 36

Last updated: January 16,2025

1. Install "python3-pysocks.noarch" package

Please follow the step by step instructions below to install python3-pysocks.noarch on Fedora 36

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

2. Uninstall "python3-pysocks.noarch" package

Please follow the instructions below to uninstall python3-pysocks.noarch on Fedora 36:

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

3. Information about the python3-pysocks.noarch package on Fedora 36

Last metadata expiration check: 2:52:16 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-pysocks
Version : 1.7.1
Release : 12.fc36
Architecture : noarch
Size : 33 k
Source : python-pysocks-1.7.1-12.fc36.src.rpm
Repository : fedora
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.10 only.