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

Last updated: June 30,2024

1. Install "python-pyftpdlib" package

In this section, we are going to explain the necessary steps to install python-pyftpdlib on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pyftpdlib

2. Uninstall "python-pyftpdlib" package

Here is a brief guide to show you how to uninstall python-pyftpdlib on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pyftpdlib
Priority: optional
Section: universe/python
Installed-Size: 358
Maintainer: Ubuntu Developers
Original-Maintainer: Janos Guljas
Architecture: all
Version: 1.4.0-1
Provides: python2.7-pyftpdlib
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: python-sendfile (>= 2.0.0)
Filename: pool/universe/p/python-pyftpdlib/python-pyftpdlib_1.4.0-1_all.deb
Size: 71598
MD5sum: 5838ec854b5b0cf8a6a6f42aa98270c2
SHA1: 86c93b5c6f37693463f130bf8298a6a768fe316e
SHA256: 8728f0de25fb4c3d359cc039cb52e75c91b50e072f4e948fb4f85c9313fe4434
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 2.x module.
Description-md5: 0022966db4010af54b17f0718736ec83
Homepage: https://github.com/giampaolo/pyftpdlib/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu