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

Last updated: November 30,2024

1. Install "python3-socks.noarch" package

In this section, we are going to explain the necessary steps to install python3-socks.noarch on Fedora 35

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

2. Uninstall "python3-socks.noarch" package

This guide covers the steps necessary to uninstall python3-socks.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:20:04 ago on Wed Sep 7 14:25:02 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.