How To Install flnet on Fedora 34
Introduction
In this tutorial we learn how to install flnet
on Fedora 34.
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 34. In this tutorial we discuss both methods but you only need to choose one of method to install flnet.
Install flnet on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install flnet
using dnf
by running the following command:
sudo dnf -y install flnet
Install flnet on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the flnet
package we can use the following command:
sudo dnf remove flnet
flnet Package Contents on Fedora 34
/usr/bin/flnet
/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/f52fb00ff28c9e80f9b8a82472ca035c7aa148
/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
/usr/bin/flnet
/usr/lib/.build-id
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/83bca624a2d22261715bb079d375a687b303a8
/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 34 using yum and dnf.