How To Install simfqt on Fedora 34

simfqt is C++ Simulated Fare Quote System Library C++ Simulated Fare Quote System Library

Introduction

In this tutorial we learn how to install simfqt on Fedora 34.

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. simfqt 1.00.4 7.fc34 x86_64 265 k simfqt-1.00.4-7.fc34.src.rpm fedora C++ Simulated Fare Quote System Library https LGPLv2+ 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 Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install simfqt.

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

sudo dnf -y install simfqt

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

sudo yum -y install simfqt

How To Uninstall simfqt on Fedora 34

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

sudo dnf remove simfqt

simfqt Package Contents on Fedora 34

/usr/bin/simfqt
/usr/bin/simfqt_parseFareRules
/usr/lib/.build-id
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/52d3d692eb7765a34ffb0fb97322fbc66fd572
/usr/lib/.build-id/27
/usr/lib/.build-id/27/db5f1ff9bff310674119a57dfa20ef21a6c9d2
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/13c2be4a2aa491902de26b53f018e7b40ca0d8
/usr/lib64/libsimfqt.so.1.00
/usr/lib64/libsimfqt.so.1.00.4
/usr/share/doc/simfqt
/usr/share/doc/simfqt/AUTHORS
/usr/share/doc/simfqt/COPYING
/usr/share/doc/simfqt/ChangeLog
/usr/share/doc/simfqt/NEWS
/usr/share/doc/simfqt/README.md
/usr/share/man/man1/simfqt.1.gz
/usr/share/man/man1/simfqt_parseFareRules.1.gz
/usr/bin/simfqt
/usr/bin/simfqt_parseFareRules
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/5a29e472346565370bd8dc25a33eeb6b678fb2
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/d0f9bdcfb470ab9bf7f424400a5d7d04530454
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/07f1e98939310f433254527837943a6127b0bc
/usr/lib/libsimfqt.so.1.00
/usr/lib/libsimfqt.so.1.00.4
/usr/share/doc/simfqt
/usr/share/doc/simfqt/AUTHORS
/usr/share/doc/simfqt/COPYING
/usr/share/doc/simfqt/ChangeLog
/usr/share/doc/simfqt/NEWS
/usr/share/doc/simfqt/README.md
/usr/share/man/man1/simfqt.1.gz
/usr/share/man/man1/simfqt_parseFareRules.1.gz

References

Summary

In this tutorial we learn how to install simfqt on Fedora 34 using yum and dnf.