How to Install and Uninstall python3-requests-ftp.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

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

This tutorial shows how to install python3-requests-ftp.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

In this section, we are going to explain the necessary steps to uninstall python3-requests-ftp.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-requests-ftp.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:57:47 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-requests-ftp
Version : 0.3.1
Release : 23.el9
Architecture : noarch
Size : 27 k
Source : python-requests-ftp-0.3.1-23.el9.src.rpm
Repository : ubi-9-appstream-rpms
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.