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

Last updated: October 04,2024

1. Install "python2-ftputil" package

Please follow the step by step instructions below to install python2-ftputil on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-ftputil

2. Uninstall "python2-ftputil" package

Learn how to uninstall python2-ftputil on openSUSE Leap:

$ sudo zypper remove python2-ftputil

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

Information for package python2-ftputil:
----------------------------------------
Repository : Main Repository
Name : python2-ftputil
Version : 3.4-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 477,2 KiB
Installed : No
Status : not installed
Source package : python-ftputil-3.4-bp153.1.17.src
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.