How To Install libphidget-java on Fedora 36

In this tutorial we learn how to install libphidget-java in Fedora 36. libphidget-java is Java bindings for libphidget

Introduction

In this tutorial we learn how to install libphidget-java on Fedora 36.

What is libphidget-java

The libphidget-java package contains java bindings for the libphidget API.

We can use yum or dnf to install libphidget-java on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libphidget-java.

Install libphidget-java 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-java using dnf by running the following command:

sudo dnf -y install libphidget-java

Install libphidget-java 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-java using yum by running the following command:

sudo yum -y install libphidget-java

How To Uninstall libphidget-java on Fedora 36

To uninstall only the libphidget-java package we can use the following command:

sudo dnf remove libphidget-java

libphidget-java Package Contents on Fedora 36

/usr/lib/java/phidget.jar

References

Summary

In this tutorial we learn how to install libphidget-java on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).