How To Install simfqt on AlmaLinux 8

In this tutorial we learn how to install simfqt in AlmaLinux 8. simfqt is C++ Simulated Fare Quote System Library

Introduction

In this tutorial we learn how to install simfqt on AlmaLinux 8.

What is simfqt

simfqt aims at providing a clean API and a simple implementation, as a C++ library, of a Travel-oriented fare engine. It corresponds to the simulated version of the real-world Fare Quote or pricing system. simfqt makes an extensive use of existing open-source libraries for increased functionality, speed and accuracy. In particular the Boost (C++ Standard Extensions Install the simfqt package if you need a library of basic C++ objects for Airline Pricing and Fare Quoting (FQ), mainly for simulation purpose.

We can use yum or dnf to install simfqt on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install simfqt.

Install simfqt on AlmaLinux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install simfqt using dnf by running the following command:

sudo dnf -y install simfqt

Install simfqt on AlmaLinux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install simfqt using yum by running the following command:

sudo yum -y install simfqt

How To Uninstall simfqt on AlmaLinux 8

To uninstall only the simfqt package we can use the following command:

sudo dnf remove simfqt

References

Summary

In this tutorial we learn how to install simfqt on AlmaLinux 8 using yum and dnf.