How to Install and Uninstall libgpiod-dev Package on Kali Linux

Last updated: May 09,2024

1. Install "libgpiod-dev" package

This is a short guide on how to install libgpiod-dev on Kali Linux

$ sudo apt update $ sudo apt install libgpiod-dev

2. Uninstall "libgpiod-dev" package

This guide let you learn how to uninstall libgpiod-dev on Kali Linux:

$ sudo apt remove libgpiod-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgpiod-dev package on Kali Linux

Package: libgpiod-dev
Source: libgpiod (1.6.3-1)
Version: 1.6.3-1+b3
Installed-Size: 332
Maintainer: SZ Lin (林上智)
Architecture: amd64
Depends: libgpiod2 (= 1.6.3-1+b3)
Suggests: libgpiod-doc
Size: 57664
SHA256: e315f82ac1d5e1b5cc36a40807074b39bf3e7d2db90b0bf9a7d60c0a54570ebb
SHA1: 16cad4b80cd1335cfa0873c1cfbce060703d60e5
MD5sum: ca0e01061c51bb1e82bff8a3e11703ee
Description: C library for interacting with Linux GPIO device - static libraries and headers
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 required static libraries, headers, and C++ bindings.
Description-md5:
Multi-Arch: same
Homepage: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libg/libgpiod/libgpiod-dev_1.6.3-1+b3_amd64.deb