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

Last updated: October 31,2024

1. Install "python38-ftputil" package

Here is a brief guide to show you how to install python38-ftputil on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-ftputil

2. Uninstall "python38-ftputil" package

This guide covers the steps necessary to uninstall python38-ftputil on openSuSE Tumbleweed:

$ sudo zypper remove python38-ftputil

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

Information for package python38-ftputil:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-ftputil
Version : 3.4-3.11
Arch : noarch
Vendor : openSUSE
Installed Size : 542,7 KiB
Installed : No
Status : not installed
Source package : python-ftputil-3.4-3.11.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.