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

Last updated: October 05,2024

1. Install "python-hid" package

Please follow the steps below to install python-hid on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-hid

2. Uninstall "python-hid" package

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

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

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

Package: python-hid
Priority: optional
Section: universe/python
Installed-Size: 120
Maintainer: Ubuntu Developers
Original-Maintainer: Richard Ulrich
Architecture: amd64
Source: python-hidapi
Version: 0.7.99.6-2
Depends: python (<< 2.8), python (>= 2.7~), libc6 (>= 2.4), libhidapi-hidraw0 (>= 0.8.0~rc1+git20140201.3a66d4e+dfsg), libhidapi-libusb0 (>= 0.8.0~rc1+git20140201.3a66d4e+dfsg)
Filename: pool/universe/p/python-hidapi/python-hid_0.7.99.6-2_amd64.deb
Size: 21630
MD5sum: 7d538d2447aa690bc617895604a3f842
SHA1: 9f70d21f46b74ad817b48f05e909fdb79a2916c6
SHA256: 8d94eb8d65cdcf7d9a963cc39a48e7559ad45fb459b9065950d0ad9cc9903164
Description-en: cython interface to hidapi
This has been tested with:
.
* the PIC18F4550 on the development board from CCS with their example program.
* the Fine Offset WH3081 Weather Station.
.
It works on Linux, Windows XP and OS X.
.
HIDAPI is a multi-platform library which allows an application to interface
with USB and Bluetooth HID-Class devices on Windows, Linux, FreeBSD, and Mac
OS X. HIDAPI can be either built as a shared library (.so or .dll) or
can be embedded directly into a target application by adding a single source
file (per platform) and a single header.
Description-md5: 568d74b0bfd893f1900a889c8bfd3c32
Homepage: https://github.com/trezor/cython-hidapi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu