How To Install flnet on Fedora 36
Introduction
In this tutorial we learn how to install flnet
on Fedora 36.
What is flnet
Net provides the Amateur Radio Net Control Station operator with a real time tool to assist him or her in managing the net activities. A single screen with multiple windows is used to allow rapid entry, search, pick and display of all stations calling in to the net. All operations on the main screen are accomplished with keyboard entries only. No mouse action is required to perform the net control functions. Experience has shown that most net control operators prefer this method of operation to improve the speed of entry and selection.
We can use yum
or dnf
to install flnet
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install flnet.
Install flnet 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 flnet
using dnf
by running the following command:
sudo dnf -y install flnet
Install flnet 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 flnet
using yum
by running the following command:
sudo yum -y install flnet
How To Uninstall flnet on Fedora 36
To uninstall only the flnet
package we can use the following command:
sudo dnf remove flnet
flnet Package Contents on Fedora 36
/usr/bin/flnet
/usr/lib/.build-id
/usr/lib/.build-id/56
/usr/lib/.build-id/56/8b944cbcef7d52acc328b1bf5a9485e9391e0d
/usr/share/applications/flnet.desktop
/usr/share/doc/flnet
/usr/share/doc/flnet/AUTHORS
/usr/share/doc/flnet/ChangeLog
/usr/share/doc/flnet/README
/usr/share/licenses/flnet
/usr/share/licenses/flnet/COPYING
/usr/share/metainfo/flnet.appdata.xml
/usr/share/pixmaps/flnet.xpm
References
Summary
In this tutorial we learn how to install flnet
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).