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

Last updated: October 05,2024

1. Install "python3-requests.noarch" package

Please follow the guidelines below to install python3-requests.noarch on Fedora 34

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

2. Uninstall "python3-requests.noarch" package

This tutorial shows how to uninstall python3-requests.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:20:49 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-requests
Version : 2.25.1
Release : 1.fc34
Architecture : noarch
Size : 114 k
Source : python-requests-2.25.1-1.fc34.src.rpm
Repository : fedora
Summary : HTTP library, written in Python, for human beings
URL : https://pypi.io/project/requests
License : ASL 2.0
Description : Most existing Python modules for sending HTTP requests are extremely verbose and
: cumbersome. Python’s built-in urllib2 module provides most of the HTTP
: capabilities you should need, but the API is thoroughly broken. This library is
: designed to make HTTP requests easy for developers.