How To Install ltunify on Fedora 36
Introduction
In this tutorial we learn how to install ltunify
on Fedora 36.
What is ltunify
ltunify allows pairing, unpairing, and listing information about devices uses a Logitech Unifying Receiver.
We can use yum
or dnf
to install ltunify
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ltunify.
Install ltunify 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 ltunify
using dnf
by running the following command:
sudo dnf -y install ltunify
Install ltunify 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 ltunify
using yum
by running the following command:
sudo yum -y install ltunify
How To Uninstall ltunify on Fedora 36
To uninstall only the ltunify
package we can use the following command:
sudo dnf remove ltunify
ltunify Package Contents on Fedora 36
/usr/bin/ltunify
/usr/bin/read-dev-usbmon
/usr/bin/usbmon.awk
/usr/lib/.build-id
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/b57d37bbe1003db73aad13ef024d15c49239f2
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/dda5008ca5ffb6b14e884838698e0b85991ae2
/usr/share/doc/ltunify
/usr/share/doc/ltunify/README.txt
/usr/share/doc/ltunify/registers.txt
References
Summary
In this tutorial we learn how to install ltunify
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).