How to Install and Uninstall python3-rpi-gpio2.noarch Package on Fedora 38

Last updated: November 27,2024

1. Install "python3-rpi-gpio2.noarch" package

In this section, we are going to explain the necessary steps to install python3-rpi-gpio2.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-rpi-gpio2.noarch

2. Uninstall "python3-rpi-gpio2.noarch" package

Please follow the step by step instructions below to uninstall python3-rpi-gpio2.noarch on Fedora 38:

$ sudo dnf remove python3-rpi-gpio2.noarch $ sudo dnf autoremove

3. Information about the python3-rpi-gpio2.noarch package on Fedora 38

Last metadata expiration check: 5:38:15 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-rpi-gpio2
Version : 0.4.0
Release : 2.fc38
Architecture : noarch
Size : 50 k
Source : python-rpi-gpio2-0.4.0-2.fc38.src.rpm
Repository : fedora
Summary : A libgpiod compatibility layer for the RPi.GPIO API
URL : https://github.com/underground-software/RPi.GPIO2
License : GPL-3.0-or-later
Description : This library implements a compatibility layer between RPi.GPIO syntax and
: libgpiod semantics, allowing a fedora user on the Raspberry Pi platform to
: use the popular RPi.GPIO API, the original implementation of which depends
: on features provided by a non-mainline kernel.