How to Install and Uninstall python3-ftdi1 Package on Kali Linux

Last updated: September 20,2024

1. Install "python3-ftdi1" package

Here is a brief guide to show you how to install python3-ftdi1 on Kali Linux

$ sudo apt update $ sudo apt install python3-ftdi1

2. Uninstall "python3-ftdi1" package

This guide covers the steps necessary to uninstall python3-ftdi1 on Kali Linux:

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

3. Information about the python3-ftdi1 package on Kali Linux

Package: python3-ftdi1
Source: libftdi1 (1.5-6)
Version: 1.5-6+b3
Installed-Size: 517
Maintainer: Aurelien Jarno
Architecture: amd64
Depends: libc6 (>= 2.14), libftdi1-2 (>= 1.5), python3 (<< 3.13), python3 (>= 3.11~), python3:any
Size: 53804
SHA256: 17563d669368ec9b1cde736f73063e2da11e02f0edf96948484b64b91aba68cb
SHA1: f97b788daa96d49dfe82e9d8dffece5a5bfcd936
MD5sum: 05d7fc2601d4b34b701c719b7aa14db0
Description: 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.
Description-md5:
Homepage: https://www.intra2net.com/en/developer/libftdi/
Section: python
Priority: optional
Filename: pool/main/libf/libftdi1/python3-ftdi1_1.5-6+b3_amd64.deb