How To Install airtsp on Fedora 36

In this tutorial we learn how to install airtsp in Fedora 36. airtsp is C++ Simulated Airline Travel Solution Provider Library

Introduction

In this tutorial we learn how to install airtsp on Fedora 36.

What is airtsp

airtsp aims at providing a clean API and a simple implementation, as a C++ library, of an Airline Schedule Management System. It is intended to be used in simulated environments only in the real-world of Airline IT operations. airtsp makes an extensive use of existing open-source libraries for increased functionality, speed and accuracy. In particular the Boost (C++ Standard Extensions Install the airtsp package if you need a library of basic C++ objects for Airline Schedule Management, mainly for simulation purpose.

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

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

sudo dnf -y install airtsp

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

sudo yum -y install airtsp

How To Uninstall airtsp on Fedora 36

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

sudo dnf remove airtsp

airtsp Package Contents on Fedora 36

---
title: "How To Install airtsp on Fedora 36"
linkTitle: "airtsp"
type: "docs"
description: "In this tutorial we learn how to install airtsp in Fedora 36. airtsp is C++ Simulated Airline Travel Solution Provider Library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/airtsp-featured.png
---

## Introduction

In this tutorial we learn how to install `airtsp` on Fedora 36.

### What is `airtsp`

> airtsp aims at providing a clean API and a simple implementation, as a C++ library, of an Airline Schedule Management System. It is intended to be used in simulated environments only in the real-world of Airline IT operations.  airtsp makes an extensive use of existing open-source libraries for increased functionality, speed and accuracy. In particular the Boost (C++ Standard Extensions  Install the airtsp package if you need a library of basic C++ objects for Airline Schedule Management, mainly for simulation purpose.  

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

## Install airtsp on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install airtsp

/usr/bin/airtsp /usr/lib/.build-id /usr/lib/.build-id/1e /usr/lib/.build-id/1e/8006549c40e0cda8b913010df9aa99ee31c15d /usr/lib/.build-id/66 /usr/lib/.build-id/66/81367516c00e30d5bcd96de137e5d5920b5cc7 /usr/lib64/libairtsp.so.1.01 /usr/lib64/libairtsp.so.1.01.8 /usr/share/doc/airtsp /usr/share/doc/airtsp/AUTHORS /usr/share/doc/airtsp/ChangeLog /usr/share/doc/airtsp/NEWS /usr/share/doc/airtsp/README.md /usr/share/licenses/airtsp /usr/share/licenses/airtsp/COPYING /usr/share/man/man1/airtsp.1.gz

Install airtsp on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache –refresh

## References


* [airtsp website](https://github.com/airsim/airtsp)
After updating yum database, We can install `airtsp` using `yum` by running the following command:


## Summary

In this tutorial we learn how to install `airtsp` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
```bash

sudo yum -y install airtsp

How To Uninstall airtsp on Fedora 36

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

sudo dnf remove airtsp

airtsp Package Contents on Fedora 36

/usr/bin/airtsp
/usr/lib/.build-id
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/bbf45827ec1e7f0bc69b7f1a0f84f703f647d2
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/bd1443696bdf5bb9e5423a2e7dfb38d0e6083a
/usr/lib/libairtsp.so.1.01
/usr/lib/libairtsp.so.1.01.8
/usr/share/doc/airtsp
/usr/share/doc/airtsp/AUTHORS
/usr/share/doc/airtsp/ChangeLog
/usr/share/doc/airtsp/NEWS
/usr/share/doc/airtsp/README.md
/usr/share/licenses/airtsp
/usr/share/licenses/airtsp/COPYING
/usr/share/man/man1/airtsp.1.gz

References

Summary

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