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

Last updated: January 12,2025

1. Install "python3-socks.noarch" package

This tutorial shows how to install python3-socks.noarch on Fedora 36

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

2. Uninstall "python3-socks.noarch" package

Here is a brief guide to show you how to uninstall python3-socks.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:16:34 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-socks
Version : 1.2.4
Release : 3.fc35
Architecture : noarch
Size : 65 k
Source : python-socks-1.2.4-3.fc35.src.rpm
Repository : fedora
Summary : Core proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality for Python
URL : https://github.com/romis2012/python-socks
License : ASL 2.0
Description : The python-socks package provides a core proxy client functionality for Python.
: Supports SOCKS4(a), SOCKS5, HTTP (tunneling) proxy and provides sync and async
: (asyncio, trio, curio) APIs. It is used internally by aiohttp-socks and
: httpx-socks packages.