How to Install and Uninstall python3-ftputil.noarch Package on CentOS Stream 9

Last updated: September 24,2024

1. Install "python3-ftputil.noarch" package

Here is a brief guide to show you how to install python3-ftputil.noarch on CentOS Stream 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 CentOS Stream 9:

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

3. Information about the python3-ftputil.noarch package on CentOS Stream 9

Last metadata expiration check: 1:29:06 ago on Sat Mar 16 16:03:45 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.