How To Install libphidget on Fedora 36
Introduction
In this tutorial we learn how to install libphidget
on Fedora 36.
What is libphidget
Phidgets are a set of “plug and play” building blocks for low cost USB sensing and control from your PC. All the USB complexity is taken care of by the robust libphidget API.
We can use yum
or dnf
to install libphidget
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libphidget.
Install libphidget on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libphidget
using dnf
by running the following command:
sudo dnf -y install libphidget
Install libphidget on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libphidget
using yum
by running the following command:
sudo yum -y install libphidget
How To Uninstall libphidget on Fedora 36
To uninstall only the libphidget
package we can use the following command:
sudo dnf remove libphidget
libphidget Package Contents on Fedora 36
/lib/udev/rules.d/99-phidgets.rules
/usr/lib/.build-id
/usr/lib/.build-id/44
/usr/lib/.build-id/44/6fffc26b585ad4191583fb1835a485f41aa1c9
/usr/lib/libphidget21.so.0
/usr/lib/libphidget21.so.0.0.0
/usr/share/doc/libphidget
/usr/share/doc/libphidget/AUTHORS
/usr/share/doc/libphidget/COPYING
/usr/share/doc/libphidget/README
References
Summary
In this tutorial we learn how to install libphidget
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libphidget on Fedora 36” linkTitle: “libphidget” type: “docs” description: “In this tutorial we learn how to install libphidget in Fedora 36. libphidget is Drivers and API for Phidget devices” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libphidget-featured.png
Introduction
In this tutorial we learn how to install libphidget
on Fedora 36.
What is libphidget
Phidgets are a set of “plug and play” building blocks for low cost USB sensing and control from your PC. All the USB complexity is taken care of by the robust libphidget API.
We can use yum
or dnf
to install libphidget
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libphidget.
Install libphidget on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libphidget
using dnf
by running the following command:
sudo dnf -y install libphidget
Install libphidget on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libphidget
using yum
by running the following command:
sudo yum -y install libphidget
How To Uninstall libphidget on Fedora 36
To uninstall only the libphidget
package we can use the following command:
sudo dnf remove libphidget
libphidget Package Contents on Fedora 36
/lib/udev/rules.d/99-phidgets.rules
/usr/lib/.build-id
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/656e14648bb85cd1e31e6ea71655e865282753
/usr/lib64/libphidget21.so.0
/usr/lib64/libphidget21.so.0.0.0
/usr/share/doc/libphidget
/usr/share/doc/libphidget/AUTHORS
/usr/share/doc/libphidget/COPYING
/usr/share/doc/libphidget/README
References
Summary
In this tutorial we learn how to install libphidget
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).