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

Last updated: May 20,2024

1. Install "python3-ftdi1" package

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

$ sudo apt update $ sudo apt install python3-ftdi1

2. Uninstall "python3-ftdi1" package

Please follow the step by step instructions below to uninstall python3-ftdi1 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3.5-ftdi1
Depends: libc6 (>= 2.14), libftdi1-2, python3 (<< 3.6), python3 (>= 3.5~)
Filename: pool/universe/libf/libftdi1/python3-ftdi1_1.2-5build1_amd64.deb
Size: 51036
MD5sum: 01e75da49b631c40365a029cd3c5b781
SHA1: afdd695581a8751c96d8af4cd7e958cf3db7bb48
SHA256: d6df7ad150154fe669a775ee850066232d9327f938bb11c609f456d9e0f892fa
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 3 module path. It
is complemented by python-ftdi1.
Description-md5: 320246e033dfc8d2e14ad313c2b0b94d
Homepage: http://www.intra2net.com/en/developer/libftdi/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu