How to Install and Uninstall python3-pyftpdlib Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 09,2024

1. Install "python3-pyftpdlib" package

Please follow the guidance below to install python3-pyftpdlib on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pyftpdlib

2. Uninstall "python3-pyftpdlib" package

This is a short guide on how to uninstall python3-pyftpdlib on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-pyftpdlib package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-pyftpdlib
Priority: optional
Section: universe/python
Installed-Size: 358
Maintainer: Ubuntu Developers
Original-Maintainer: Janos Guljas
Architecture: all
Source: python-pyftpdlib
Version: 1.4.0-1
Depends: python3:any (>= 3.3.2-2~)
Recommends: python3-sendfile (>= 2.0.0)
Filename: pool/universe/p/python-pyftpdlib/python3-pyftpdlib_1.4.0-1_all.deb
Size: 71674
MD5sum: c55d89330ec8c190c8b24931163cd7fa
SHA1: b37b31e747186541b1155ad41603a6a7be78a436
SHA256: 79008b78ede7ef62851767c0163b260b7fe53f65542f58a2688d4b556c60dfb9
Description-en: Python FTP server library
Python FTP server library provides a high-level portable interface to
easily write asynchronous FTP servers with Python.
.
pyftpdlib is currently the most complete RFC-959 FTP server
implementation available for Python programming language. It is used
in projects like Google Chromium and Bazaar.
.
This package provides the Python 3.x module.
Description-md5: abc18a44cc02671e9079eaef089dc6da
Homepage: https://github.com/giampaolo/pyftpdlib/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu