How to Install and Uninstall libgpiod.i686 Package on Fedora 39

Last updated: November 28,2024

1. Install "libgpiod.i686" package

This guide covers the steps necessary to install libgpiod.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install libgpiod.i686

2. Uninstall "libgpiod.i686" package

Please follow the guidance below to uninstall libgpiod.i686 on Fedora 39:

$ sudo dnf remove libgpiod.i686 $ sudo dnf autoremove

3. Information about the libgpiod.i686 package on Fedora 39

Last metadata expiration check: 4:59:48 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : libgpiod
Version : 2.0.2
Release : 1.fc39
Architecture : i686
Size : 29 k
Source : libgpiod-2.0.2-1.fc39.src.rpm
Repository : fedora
Summary : C library and tools for interacting with linux GPIO char device
URL : https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/
License : LGPL-2.1-or-later
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).