How To Install nall on Fedora 36
Introduction
In this tutorial we learn how to install nall
on Fedora 36.
What is nall
Nall is a small gtk+ application that discretely fits into your freedesktop system tray (such as trayer). Its purpose is to spawn periodically every kind of script and display a one-line output in the tooltip window. The main usage of nall is monitoring or just notifying of almost everything (it just depends upon your imagination and ability to script).
We can use yum
or dnf
to install nall
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nall.
Install nall 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 nall
using dnf
by running the following command:
sudo dnf -y install nall
Install nall 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 nall
using yum
by running the following command:
sudo yum -y install nall
How To Uninstall nall on Fedora 36
To uninstall only the nall
package we can use the following command:
sudo dnf remove nall
nall Package Contents on Fedora 36
/usr/bin/nall
/usr/lib/.build-id
/usr/lib/.build-id/32
/usr/lib/.build-id/32/095778825d9a54e14ef3e5c5ffeb5dd4fbd58d
/usr/share/applications/nall.desktop
/usr/share/doc/nall
/usr/share/doc/nall/AUTHORS
/usr/share/doc/nall/COPYING
/usr/share/doc/nall/NEWS
/usr/share/doc/nall/README
/usr/share/doc/nall/examples
/usr/share/doc/nall/examples/10ping
/usr/share/doc/nall/examples/20machines_health
/usr/share/doc/nall/examples/2wifi_link
/usr/share/doc/nall/examples/300battery
/usr/share/doc/nall/examples/30last.fm
/usr/share/doc/nall/examples/3600example.com_disk
/usr/share/doc/nall/examples/3600vsftp
/usr/share/doc/nall/examples/[email protected]
/usr/share/doc/nall/examples/600news
/usr/share/doc/nall/examples/60http
/usr/share/locale/de/LC_MESSAGES/nall.mo
/usr/share/locale/fr/LC_MESSAGES/nall.mo
/usr/share/nall
/usr/share/nall/nall-dialogs.ui
/usr/share/pixmaps/nall.png
References
Summary
In this tutorial we learn how to install nall
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).