How To Install usbguard-notifier on Fedora 36
Introduction
In this tutorial we learn how to install usbguard-notifier
on Fedora 36.
What is usbguard-notifier
USBGuard Notifier software framework detects usbguard policy modifications as well as device presence changes and displays them as pop-up notifications.
We can use yum
or dnf
to install usbguard-notifier
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install usbguard-notifier.
Install usbguard-notifier 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 usbguard-notifier
using dnf
by running the following command:
sudo dnf -y install usbguard-notifier
Install usbguard-notifier 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 usbguard-notifier
using yum
by running the following command:
sudo yum -y install usbguard-notifier
How To Uninstall usbguard-notifier on Fedora 36
To uninstall only the usbguard-notifier
package we can use the following command:
sudo dnf remove usbguard-notifier
usbguard-notifier Package Contents on Fedora 36
/usr/bin/usbguard-notifier
/usr/bin/usbguard-notifier-cli
/usr/lib/.build-id
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/39e2d3b5bfe90d1564407fc8b87e6ce5fbbb5c
/usr/lib/.build-id/90
/usr/lib/.build-id/90/2ca8003cd0079c37ee46b9e426323351025af6
/usr/lib/systemd/user/usbguard-notifier.service
/usr/share/doc/usbguard-notifier
/usr/share/doc/usbguard-notifier/CHANGELOG.md
/usr/share/doc/usbguard-notifier/README.md
/usr/share/licenses/usbguard-notifier
/usr/share/licenses/usbguard-notifier/LICENSE
/usr/share/man/man1/usbguard-notifier-cli.1.gz
/usr/share/man/man1/usbguard-notifier.1.gz
References
Summary
In this tutorial we learn how to install usbguard-notifier
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).