How to Install and Uninstall python3-ftputil Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-ftputil" package

This is a short guide on how to install python3-ftputil on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-ftputil

2. Uninstall "python3-ftputil" package

Learn how to uninstall python3-ftputil on openSUSE Leap:

$ sudo zypper remove python3-ftputil

3. Information about the python3-ftputil package on openSUSE Leap

Information for package python3-ftputil:
----------------------------------------
Repository : Main Repository
Name : python3-ftputil
Version : 3.4-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 542.7 KiB
Installed : No
Status : not installed
Source package : python-ftputil-3.4-bp155.2.12.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.