How To Install airrac on Fedora 36
Introduction
In this tutorial we learn how to install airrac
on Fedora 36.
What is airrac
airrac is a C++ library of airline revenue accounting classes and functions, mainly targeting simulation purposes. airrac makes an extensive use of existing open-source libraries for increased functionality, speed and accuracy. In particular the Boost (C++ Standard Extensions Install the airrac package if you need a library of basic C++ objects for Airline Revenue Accounting, mainly for simulation purpose.
We can use yum
or dnf
to install airrac
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install airrac.
Install airrac 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 airrac
using dnf
by running the following command:
sudo dnf -y install airrac
Install airrac 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 airrac
using yum
by running the following command:
sudo yum -y install airrac
How To Uninstall airrac on Fedora 36
To uninstall only the airrac
package we can use the following command:
sudo dnf remove airrac
airrac Package Contents on Fedora 36
/usr/bin/airrac
/usr/lib/.build-id
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/706f382dfdfa40cba42ead19909d0bcb6692f2
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/8e85e69029358a378618a6de195fd6933fd34e
/usr/lib/libairrac.so.1.00
/usr/lib/libairrac.so.1.00.4
/usr/share/doc/airrac
/usr/share/doc/airrac/AUTHORS
/usr/share/doc/airrac/ChangeLog
/usr/share/doc/airrac/NEWS
/usr/share/doc/airrac/README.md
/usr/share/licenses/airrac
/usr/share/licenses/airrac/COPYING
/usr/share/man/man1/airrac.1.gz
References
Summary
In this tutorial we learn how to install airrac
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install airrac on Fedora 36” linkTitle: “airrac” type: “docs” description: “In this tutorial we learn how to install airrac in Fedora 36. airrac is C++ Simulated Revenue Accounting (RAC) System Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/airrac-featured.png
Introduction
In this tutorial we learn how to install airrac
on Fedora 36.
What is airrac
airrac is a C++ library of airline revenue accounting classes and functions, mainly targeting simulation purposes. airrac makes an extensive use of existing open-source libraries for increased functionality, speed and accuracy. In particular the Boost (C++ Standard Extensions Install the airrac package if you need a library of basic C++ objects for Airline Revenue Accounting, mainly for simulation purpose.
We can use yum
or dnf
to install airrac
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install airrac.
Install airrac 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 airrac
using dnf
by running the following command:
sudo dnf -y install airrac
Install airrac 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 airrac
using yum
by running the following command:
sudo yum -y install airrac
How To Uninstall airrac on Fedora 36
To uninstall only the airrac
package we can use the following command:
sudo dnf remove airrac
airrac Package Contents on Fedora 36
/usr/bin/airrac
/usr/lib/.build-id
/usr/lib/.build-id/39
/usr/lib/.build-id/39/4f4a02fbd9a8fc64ad117c6c1870f6bb91560e
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/2a7a9d723804a47b0bee3080ee351142522635
/usr/lib64/libairrac.so.1.00
/usr/lib64/libairrac.so.1.00.4
/usr/share/doc/airrac
/usr/share/doc/airrac/AUTHORS
/usr/share/doc/airrac/ChangeLog
/usr/share/doc/airrac/NEWS
/usr/share/doc/airrac/README.md
/usr/share/licenses/airrac
/usr/share/licenses/airrac/COPYING
/usr/share/man/man1/airrac.1.gz
References
Summary
In this tutorial we learn how to install airrac
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).