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

Last updated: September 20,2024

1. Install "python3-socks.noarch" package

This is a short guide on how to install python3-socks.noarch on Fedora 34

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

2. Uninstall "python3-socks.noarch" package

This is a short guide on how to uninstall python3-socks.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:47:53 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-socks
Version : 1.2.4
Release : 1.fc34
Architecture : noarch
Size : 64 k
Source : python-socks-1.2.4-1.fc34.src.rpm
Repository : updates
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.