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

Last updated: October 04,2024

1. Install "python3-socks.noarch" package

Please follow the instructions below to install python3-socks.noarch on Fedora 38

$ 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 38:

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

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

Last metadata expiration check: 5:53:17 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-socks
Version : 2.0.3
Release : 6.fc38
Architecture : noarch
Size : 133 k
Source : python-socks-2.0.3-6.fc38.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.