How to Install and Uninstall gpiod Package on Kali Linux

Last updated: May 10,2024

1. Install "gpiod" package

This tutorial shows how to install gpiod on Kali Linux

$ sudo apt update $ sudo apt install gpiod

2. Uninstall "gpiod" package

This guide covers the steps necessary to uninstall gpiod on Kali Linux:

$ sudo apt remove gpiod $ sudo apt autoclean && sudo apt autoremove

3. Information about the gpiod package on Kali Linux

Package: gpiod
Source: libgpiod (1.6.3-1)
Version: 1.6.3-1+b3
Installed-Size: 128
Maintainer: SZ Lin (林上智)
Architecture: amd64
Depends: libc6 (>= 2.34), libgpiod2 (>= 1.5.1)
Size: 24036
SHA256: 67de3a7bf5075d2925f77b429909df6cb8ac01f54a70cf0defacc578b123dab9
SHA1: 0c6e8cc6de208fe7ce7f560d46cf902fd5d8b627
MD5sum: 89b78eafa46b1a3fa02211e703fde28a
Description: Tools for interacting with Linux GPIO character device - binary
libgpiod encapsulates the ioctl calls and data structures
behind a straightforward API. This new character device
interface guarantees all allocated resources are freed after
closing the device file descriptor and adds several new
features that are not present in the obsolete sysfs interface
(like event polling, setting/reading multiple values at once or
open-source and open-drain GPIOs).
.
This package contains the gpiod binary tools.
Description-md5:
Multi-Arch: foreign
Homepage: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git
Section: misc
Priority: optional
Filename: pool/main/libg/libgpiod/gpiod_1.6.3-1+b3_amd64.deb