How To Install fllog on Fedora 36
Introduction
In this tutorial we learn how to install fllog
on Fedora 36.
What is fllog
Fllog is a transceiver control program for Amateur Radio use. It does not use any 3rd party transceiver control libraries. It is a c++ pro- gram that encapsulates each transceiver in its own class. Where ever possible the transceiver class(s) use polymorphism to reuse code that is portable across a series of transceivers.
We can use yum
or dnf
to install fllog
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fllog.
Install fllog 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 fllog
using dnf
by running the following command:
sudo dnf -y install fllog
Install fllog 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 fllog
using yum
by running the following command:
sudo yum -y install fllog
How To Uninstall fllog on Fedora 36
To uninstall only the fllog
package we can use the following command:
sudo dnf remove fllog
fllog Package Contents on Fedora 36
/usr/bin/fllog
/usr/lib/.build-id
/usr/lib/.build-id/40
/usr/lib/.build-id/40/0ab2ce7af76ec250f67cfb79a02de4ef9c4443
/usr/share/applications/fllog.desktop
/usr/share/doc/fllog
/usr/share/doc/fllog/AUTHORS
/usr/share/doc/fllog/README
/usr/share/licenses/fllog
/usr/share/licenses/fllog/COPYING
/usr/share/pixmaps/fllog.xpm
References
Summary
In this tutorial we learn how to install fllog
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).