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

Last updated: October 06,2024

1. Install "python3-ftputil.noarch" package

This guide let you learn how to install python3-ftputil.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-ftputil.noarch

2. Uninstall "python3-ftputil.noarch" package

Please follow the instructions below to uninstall python3-ftputil.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-ftputil.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:29:41 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-ftputil
Version : 5.1.0
Release : 1.el9
Architecture : noarch
Size : 74 k
Source : python-ftputil-5.1.0-1.el9.src.rpm
Repository : epel
Summary : High-level FTP client library (virtual file system and more)
URL : https://ftputil.sschwarzer.net/
License : BSD-3-Clause AND (BSD-3-Clause OR AFL-2.1)
Description : ftputil is a high-level FTP client library for the Python programming language.
: ftputil implements a virtual file system for accessing FTP servers, that is, it
: can generate file-like objects for remote files. The library supports many
: functions similar to those in the os, os.path and shutil modules. ftputil has
: convenience functions for conditional uploads and downloads, and handles FTP
: clients and servers in different timezones.