How to Install and Uninstall python3-ftputil.noarch Package on Rocky Linux 9

Last updated: October 08,2024

1. Install "python3-ftputil.noarch" package

Learn how to install python3-ftputil.noarch on Rocky Linux 9

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

2. Uninstall "python3-ftputil.noarch" package

Here is a brief guide to show you how to uninstall python3-ftputil.noarch on Rocky Linux 9:

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

3. Information about the python3-ftputil.noarch package on Rocky Linux 9

Last metadata expiration check: 0:16:16 ago on Fri Feb 16 06:49:52 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.