How to Install and Uninstall python3-requests-download.noarch Package on Fedora 38
Last updated: January 07,2025
1. Install "python3-requests-download.noarch" package
This guide covers the steps necessary to install python3-requests-download.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
python3-requests-download.noarch
Copied
2. Uninstall "python3-requests-download.noarch" package
This guide let you learn how to uninstall python3-requests-download.noarch on Fedora 38:
$
sudo dnf remove
python3-requests-download.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-requests-download.noarch package on Fedora 38
Last metadata expiration check: 0:59:58 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python3-requests-download
Version : 0.1.2
Release : 11.fc38
Architecture : noarch
Size : 14 k
Source : python-requests-download-0.1.2-11.fc38.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.
Available Packages
Name : python3-requests-download
Version : 0.1.2
Release : 11.fc38
Architecture : noarch
Size : 14 k
Source : python-requests-download-0.1.2-11.fc38.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.