How To Install fgrun on Fedora 34
Introduction
In this tutorial we learn how to install fgrun
on Fedora 34.
What is fgrun
FlightGear Launch Control is a graphical front-end for launching FlightGear flight simulator
We can use yum
or dnf
to install fgrun
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install fgrun.
Install fgrun 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 fgrun
using dnf
by running the following command:
sudo dnf -y install fgrun
Install fgrun 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 fgrun
using yum
by running the following command:
sudo yum -y install fgrun
How To Uninstall fgrun on Fedora 34
To uninstall only the fgrun
package we can use the following command:
sudo dnf remove fgrun
fgrun Package Contents on Fedora 34
/etc/fltk
/etc/fltk/flightgear.org
/etc/fltk/flightgear.org/fgrun.prefs
/usr/bin/fgrun
/usr/bin/fgrun-wrapper
/usr/lib/.build-id
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/8f5afe8fdfb80b9479298fd0e0c4a6f2a44be1
/usr/share/applications/fgrun.desktop
/usr/share/doc/fgrun
/usr/share/doc/fgrun/AUTHORS
/usr/share/doc/fgrun/NEWS
/usr/share/doc/fgrun/README
/usr/share/doc/fgrun/README.Fedora
/usr/share/icons/hicolor/128x128/apps/fgrun.png
/usr/share/icons/hicolor/16x16/apps/fgrun.png
/usr/share/icons/hicolor/32x32/apps/fgrun.png
/usr/share/icons/hicolor/48x48/apps/fgrun.png
/usr/share/icons/hicolor/64x64/apps/fgrun.png
/usr/share/icons/hicolor/scalable/apps/fgrun.svg
/usr/share/licenses/fgrun
/usr/share/licenses/fgrun/COPYING
/usr/share/locale/de/LC_MESSAGES/fgrun.mo
/usr/share/locale/es/LC_MESSAGES/fgrun.mo
/usr/share/locale/fr/LC_MESSAGES/fgrun.mo
/usr/share/locale/it/LC_MESSAGES/fgrun.mo
/usr/share/locale/ja/LC_MESSAGES/fgrun.mo
/usr/share/locale/nl/LC_MESSAGES/fgrun.mo
/usr/share/locale/pl/LC_MESSAGES/fgrun.mo
/usr/share/locale/pt/LC_MESSAGES/fgrun.mo
/usr/share/locale/zh_CN/LC_MESSAGES/fgrun.mo
References
Summary
In this tutorial we learn how to install fgrun
on Fedora 34 using yum and dnf.