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

Last updated: September 28,2024

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

Please follow the instructions below to install python3-requests-download.noarch on Fedora 35

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

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

Please follow the steps below to uninstall python3-requests-download.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:27:02 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-requests-download
Version : 0.1.2
Release : 7.fc35
Architecture : noarch
Size : 13 k
Source : python-requests-download-0.1.2-7.fc35.src.rpm
Repository : fedora
Summary : Download files using requests and save them to a target path
URL : https://www.github.com/takluyver/requests_download
License : MIT
Description : A convenient function to download to a file using requests.
:
: Basic usage:
:
: url = "https://github.com/takluyver/requests_download/archive/master.zip"
: download(url, "requests_download.zip")
:
: An optional headers= parameter is passed through to requests.