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

Last updated: May 07,2024

1. Install "python-ftdi1" package

This is a short guide on how to install python-ftdi1 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-ftdi1

2. Uninstall "python-ftdi1" package

Learn how to uninstall python-ftdi1 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-ftdi1
Priority: optional
Section: universe/python
Installed-Size: 349
Maintainer: Ubuntu Developers
Original-Maintainer: Aurelien Jarno
Architecture: amd64
Source: libftdi1
Version: 1.2-5build1
Provides: python2.7-ftdi1
Depends: libc6 (>= 2.14), libftdi1-2, python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~)
Filename: pool/universe/libf/libftdi1/python-ftdi1_1.2-5build1_amd64.deb
Size: 51432
MD5sum: 54ad109869b23e9c1fd1fb696f5dfdfc
SHA1: 23df18a00d9b0f89eee0b36b3482d489781c6213
SHA256: 1a22e4e07d902d91a59ef4243ee12403045705e1a34e2eec82749435ee35c103
Description-en: Python module to control and program the FTDI USB controllers
This library could talk to FTDI's FT232BM, FT245BM, FT2232C, FT2232D, FT245R,
FT232H and FT230X type USB chips from userspace. It uses libusb 1.0 to
communicate with the chips.
.
Functionalities include the possibility to use the chips in standard
mode, in bitbang mode, and to read or write the serial EEPROM.
.
This package provides the ftdi1 module on the Python 2 module path. It
is complemented by python3-ftdi1.
Description-md5: 625eb0168c921071b2f5a9b959488b5f
Homepage: http://www.intra2net.com/en/developer/libftdi/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu