How to Install and Uninstall python3-requests-ftp.noarch Package on CentOS Stream 8

Last updated: May 14,2024

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

Here is a brief guide to show you how to install python3-requests-ftp.noarch on CentOS Stream 8

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

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

This is a short guide on how to uninstall python3-requests-ftp.noarch on CentOS Stream 8:

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

3. Information about the python3-requests-ftp.noarch package on CentOS Stream 8

Last metadata expiration check: 4:27:56 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-requests-ftp
Version : 0.3.1
Release : 11.el8
Architecture : noarch
Size : 23 k
Source : python-requests-ftp-0.3.1-11.el8.src.rpm
Repository : appstream
Summary : FTP transport adapter for python3-requests
URL : https://github.com/Lukasa/requests-ftp
License : ASL 2.0
Description : Requests-FTP is an implementation of a very stupid FTP transport adapter for
: use with the awesome Requests Python library.
:
: This is the Python 3 version of the transport adapter module.