How To Install flmsg on Fedora 36
Introduction
In this tutorial we learn how to install flmsg on Fedora 36.
What is flmsg
flmsg is a editor / file management tool for ics213 forms which form the basis for emergency communications data transfers.
We can use yum or dnf to install flmsg on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install flmsg.
Install flmsg 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 flmsg using dnf by running the following command:
sudo dnf -y install flmsg
Install flmsg 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 flmsg using yum by running the following command:
sudo yum -y install flmsg
How To Uninstall flmsg on Fedora 36
To uninstall only the flmsg package we can use the following command:
sudo dnf remove flmsg
flmsg Package Contents on Fedora 36
/usr/bin/flmsg
/usr/lib/.build-id
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/6dca9e84c5fe6a2c6d40f999a12091e8d5407f
/usr/share/applications/flmsg.desktop
/usr/share/doc/flmsg
/usr/share/doc/flmsg/README
/usr/share/licenses/flmsg
/usr/share/licenses/flmsg/COPYING
/usr/share/metainfo/flmsg.appdata.xml
/usr/share/pixmaps/flmsg.xpm
References
Summary
In this tutorial we learn how to install flmsg on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).