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

Last updated: May 09,2024

1. Install "python3-types-requests.noarch" package

In this section, we are going to explain the necessary steps to install python3-types-requests.noarch on Fedora 34

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

2. Uninstall "python3-types-requests.noarch" package

Please follow the step by step instructions below to uninstall python3-types-requests.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:13:55 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-types-requests
Version : 2.26.1
Release : 1.fc34
Architecture : noarch
Size : 24 k
Source : python-types-requests-2.26.1-1.fc34.src.rpm
Repository : updates
Summary : Typing stubs for requests
URL : https://github.com/python/typeshed
License : ASL 2.0
Description : This is a PEP 561 type stub package for the requests package. It can be used by
: type-checking tools like mypy, PyCharm, pytype etc. to check code that uses
: requests. The source for this package can be found at
: https://github.com/python/typeshed/tree/master/stubs/requests. All fixes for
: types and metadata should be contributed there.
:
: See https://github.com/python/typeshed/blob/master/README.md for more details.