How To Install stalonetray on Fedora 36
Introduction
In this tutorial we learn how to install stalonetray
on Fedora 36.
What is stalonetray
The stalonetray is a STAnd-aLONE system TRAY (notification area). It has minimal build and run-time dependencies support is planned. Stalonetray runs under virtually any window manager.
We can use yum
or dnf
to install stalonetray
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install stalonetray.
Install stalonetray 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 stalonetray
using dnf
by running the following command:
sudo dnf -y install stalonetray
Install stalonetray 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 stalonetray
using yum
by running the following command:
sudo yum -y install stalonetray
How To Uninstall stalonetray on Fedora 36
To uninstall only the stalonetray
package we can use the following command:
sudo dnf remove stalonetray
stalonetray Package Contents on Fedora 36
/etc/stalonetrayrc
/usr/bin/stalonetray
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/6d771d536beadf6fe9c6303ef5dbabbd1ea025
/usr/share/doc/stalonetray
/usr/share/doc/stalonetray/AUTHORS
/usr/share/doc/stalonetray/COPYING
/usr/share/doc/stalonetray/ChangeLog
/usr/share/doc/stalonetray/NEWS
/usr/share/doc/stalonetray/README
/usr/share/doc/stalonetray/TODO
/usr/share/doc/stalonetray/stalonetray.html
/usr/share/doc/stalonetray/stalonetray.xml
/usr/share/doc/stalonetray/stalonetrayrc.sample
/usr/share/man/man1/stalonetray.1.gz
References
Summary
In this tutorial we learn how to install stalonetray
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).