How To Install stdair on CentOS 7
Introduction
In this tutorial we learn how to install stdair
on CentOS 7.
What is stdair
stdair aims at providing a clean API, and the corresponding C++ implementation, for the basis of Airline IT and travel distribution Business Object Model (BOM), that is, to be used by several other open source projects, such as AirRAC, RMOL, AirInv, AvlCal, AirSched, SimFQT, SimLFS, SimCRS, TravelCCM, SEvMgr, TraDemGen, DSim, OpenTREP, etc. Install the stdair package if you need a library of basic C++ objects for Airline IT (e.g., schedule management, inventory, revenue management, revenue accounting), travel distribution, demand generation and customer choice modeling, mainly for simulation purpose.
We can use yum
or dnf
to install stdair
on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install stdair.
Install stdair on CentOS 7 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install stdair
using yum
by running the following command:
Install stdair on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf
using the following command.
After updating yum database, We can install stdair
using dnf
by running the following command:
How To Uninstall stdair on CentOS 7
To uninstall only the stdair
package we can use the following command:
References
Summary
In this tutorial we learn how to install stdair
on CentOS 7 using yum
and dnf
.