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

Last updated: September 19,2024

1. Install "python3-usb" package

This guide let you learn how to install python3-usb on Kali Linux

$ sudo apt update $ sudo apt install python3-usb

2. Uninstall "python3-usb" package

This is a short guide on how to uninstall python3-usb on Kali Linux:

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

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

Package: python3-usb
Source: pyusb
Version: 1.2.1-2
Installed-Size: 243
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, libusb-1.0-0
Size: 37604
SHA256: 34c0f434268dd01d09f95962d48ae634fb1db3ea23483aaef70c4301a44bdd05
SHA1: 1575e0e2bef373ab237af84ee0b8419bd361197b
MD5sum: 3a980accc20cefa3dd93921d4776b041
Description: USB interface for Python (Python3)
For interacting with USB devices directly from Python, this
library may come in handy.
.
This version of python-usb is written entirely in Python and uses
ctypes to interact with various USB libraries
.
This package contains the Python 3 version of pyusb.
Description-md5:
Homepage: https://pyusb.github.io/pyusb/
Section: python
Priority: optional
Filename: pool/main/p/pyusb/python3-usb_1.2.1-2_all.deb