How to Install and Uninstall python39-ftputil Package on openSuSE Tumbleweed

Last updated: February 08,2025

1. Install "python39-ftputil" package

Learn how to install python39-ftputil on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-ftputil

2. Uninstall "python39-ftputil" package

Please follow the guidance below to uninstall python39-ftputil on openSuSE Tumbleweed:

$ sudo zypper remove python39-ftputil

3. Information about the python39-ftputil package on openSuSE Tumbleweed

Information for package python39-ftputil:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-ftputil
Version : 3.4-3.23
Arch : noarch
Vendor : openSUSE
Installed Size : 459.1 KiB
Installed : No
Status : not installed
Source package : python-ftputil-3.4-3.23.src
Upstream URL : http://ftputil.sschwarzer.net/
Summary : High-level FTP client library (virtual file system and more) for Python
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.