How To Install nuntius on Fedora 36
Introduction
In this tutorial we learn how to install nuntius on Fedora 36.
What is nuntius
Nuntius is a daemon that connects to another Nuntius app running on a phone or a tablet and proxies the notifications using Bluetooth.
We can use yum or dnf to install nuntius on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nuntius.
Install nuntius 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 nuntius using dnf by running the following command:
sudo dnf -y install nuntius
Install nuntius 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 nuntius using yum by running the following command:
sudo yum -y install nuntius
How To Uninstall nuntius on Fedora 36
To uninstall only the nuntius package we can use the following command:
sudo dnf remove nuntius
nuntius Package Contents on Fedora 36
/etc/xdg/autostart/org.holylobster.nuntius.desktop
/usr/bin/nuntius
/usr/lib/.build-id
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/9bf6540c0b1bf967e26ddc235e93791c9b0a59
/usr/share/appdata/org.holylobster.nuntius.appdata.xml
/usr/share/applications/org.holylobster.nuntius.desktop
/usr/share/dbus-1/services/org.holylobster.nuntius.service
/usr/share/icons/hicolor/16x16/apps/nuntius.png
/usr/share/icons/hicolor/22x22/apps/nuntius.png
/usr/share/icons/hicolor/24x24/apps/nuntius.png
/usr/share/icons/hicolor/256x256/apps/nuntius.png
/usr/share/icons/hicolor/32x32/apps/nuntius.png
/usr/share/icons/hicolor/48x48/apps/nuntius.png
/usr/share/licenses/nuntius
/usr/share/licenses/nuntius/COPYING
/usr/share/locale/de/LC_MESSAGES/nuntius.mo
/usr/share/locale/es/LC_MESSAGES/nuntius.mo
/usr/share/locale/pl/LC_MESSAGES/nuntius.mo
/usr/share/locale/sk/LC_MESSAGES/nuntius.mo
References
Summary
In this tutorial we learn how to install nuntius on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).