How To Install hidviz on Fedora 36
Introduction
In this tutorial we learn how to install hidviz
on Fedora 36.
What is hidviz
Hidviz is a GUI application for in-depth analysis of USB HID class devices.
We can use yum
or dnf
to install hidviz
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install hidviz.
Install hidviz 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 hidviz
using dnf
by running the following command:
sudo dnf -y install hidviz
Install hidviz 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 hidviz
using yum
by running the following command:
sudo yum -y install hidviz
How To Uninstall hidviz on Fedora 36
To uninstall only the hidviz
package we can use the following command:
sudo dnf remove hidviz
hidviz Package Contents on Fedora 36
/usr/bin/hidviz
/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/6a6e9fb5b360c4008a5db52bded2bda8bade5e
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/e3f93bf0b47a0f326af2b5b7c4673230fb75a7
/usr/lib/.build-id/78
/usr/lib/.build-id/78/d02d942e991e628205fb371ae1b09e5e432293
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/cb077cbebc62e664bf1ff1a6984e8cf4d395a0
/usr/lib64/hidviz
/usr/lib64/hidviz/libhidx.so
/usr/lib64/hidviz/libhidx_server.so
/usr/libexec/libhidx_server_daemon
/usr/share/applications/hidviz.desktop
/usr/share/doc/hidviz
/usr/share/doc/hidviz/README.md
/usr/share/icons/hicolor/128x128/apps/hidviz.png
/usr/share/licenses/hidviz
/usr/share/licenses/hidviz/LICENSE
References
Summary
In this tutorial we learn how to install hidviz
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).