How To Install vfrnav-webservice on Fedora 36

In this tutorial we learn how to install vfrnav-webservice in Fedora 36. vfrnav-webservice is VFR Navigation CFMU Autorouter Webservice

Introduction

In this tutorial we learn how to install vfrnav-webservice on Fedora 36.

What is vfrnav-webservice

This package contains a webservice for the CFMU Autorouter.

We can use yum or dnf to install vfrnav-webservice on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install vfrnav-webservice.

Install vfrnav-webservice 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 vfrnav-webservice using dnf by running the following command:

sudo dnf -y install vfrnav-webservice

Install vfrnav-webservice 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 vfrnav-webservice using yum by running the following command:

sudo yum -y install vfrnav-webservice

How To Uninstall vfrnav-webservice on Fedora 36

To uninstall only the vfrnav-webservice package we can use the following command:

sudo dnf remove vfrnav-webservice

vfrnav-webservice Package Contents on Fedora 36

/etc/sysconfig/cfmuautoroute
/etc/vfrnav
/etc/vfrnav/autoroute.db
/lib/systemd/system/[email protected]
/lib/systemd/system/[email protected]
/run/vfrnav/autoroute

References

Summary

In this tutorial we learn how to install vfrnav-webservice on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).