How to Install and Uninstall python3-ftputil Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "python3-ftputil" package

This guide let you learn how to install python3-ftputil on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-ftputil

2. Uninstall "python3-ftputil" package

Please follow the instructions below to uninstall python3-ftputil on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-ftputil $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-ftputil package on Ubuntu 21.10 (Impish Indri)

Package: python3-ftputil
Architecture: all
Version: 3.4-3
Priority: optional
Section: universe/python
Source: python-ftputil
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 343
Depends: python3:any
Filename: pool/universe/p/python-ftputil/python3-ftputil_3.4-3_all.deb
Size: 105056
MD5sum: 3af2f38e105d4f444ec29eccd4c22338
SHA1: 3b6b9d9f49db869d1d9165a979da3bf4e7e7b21f
SHA256: 19e7acf0d299d695f6c4fc99b14396cdc4112e826fb89c824c58a8c460937a33
SHA512: 15ef8dc1fa60fa5faddcc0a8388dfe8f5178a37b6a64171dada1720b4beea05b63a3553f735052f38a76f0efe6b3783d95ce277809df5f456ec3d0e8b184796c
Homepage: https://ftputil.sschwarzer.net/trac
Description-en: high-level FTP client library for Python
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.
Description-md5: dd42d4dbd682adbc78a6184176ce999c
Python-Egg-Name: ftputil