How To Install FlightCrew-cli on Fedora 36

In this tutorial we learn how to install FlightCrew-cli in Fedora 36. FlightCrew-cli is FlightCrew cli epub validator

Introduction

In this tutorial we learn how to install FlightCrew-cli on Fedora 36.

What is FlightCrew-cli

FlightCrew cli epub validator.

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

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

sudo dnf -y install FlightCrew-cli

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

sudo yum -y install FlightCrew-cli

How To Uninstall FlightCrew-cli on Fedora 36

To uninstall only the FlightCrew-cli package we can use the following command:

sudo dnf remove FlightCrew-cli

FlightCrew-cli Package Contents on Fedora 36

/usr/bin/flightcrew-cli
/usr/lib/.build-id
/usr/lib/.build-id/10
/usr/lib/.build-id/10/773e87e91c19ab05489f7291cca3811eea4438
/usr/share/doc/FlightCrew-cli
/usr/share/doc/FlightCrew-cli/ChangeLog.txt
/usr/share/doc/FlightCrew-cli/README.txt
/usr/share/licenses/FlightCrew-cli
/usr/share/licenses/FlightCrew-cli/COPYING.LESSER.txt
/usr/share/licenses/FlightCrew-cli/COPYING.txt

References

Summary

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