How to Install and Uninstall libgpiod.src Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "libgpiod.src" package

Please follow the guidelines below to install libgpiod.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libgpiod.src

2. Uninstall "libgpiod.src" package

Please follow the instructions below to uninstall libgpiod.src on Oracle Linux 9:

$ sudo dnf remove libgpiod.src $ sudo dnf autoremove

3. Information about the libgpiod.src package on Oracle Linux 9

Last metadata expiration check: 1:10:55 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libgpiod
Version : 1.6.3
Release : 1.el9
Architecture : src
Size : 329 k
Source : None
Repository : ol9_appstream
Summary : C library and tools for interacting with linux GPIO char device
URL : https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/
License : LGPLv2+
Description : libgpiod is a C library and tools for interacting with the linux GPIO character
: device (gpiod stands for GPIO device) The 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).