How To Install airtsp on Fedora 34
Introduction
In this tutorial we learn how to install airtsp
on Fedora 34.
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. airtsp 1.01.7 8.fc34 x86_64 259 k airtsp-1.01.7-8.fc34.src.rpm fedora C++ Simulated Airline Travel Solution Provider Library https LGPLv2+ 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install airtsp.
Install airtsp 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 airtsp
using dnf
by running the following command:
sudo dnf -y install airtsp
Install airtsp 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 airtsp
using yum
by running the following command:
sudo yum -y install airtsp
How To Uninstall airtsp on Fedora 34
To uninstall only the airtsp
package we can use the following command:
sudo dnf remove airtsp
airtsp Package Contents on Fedora 34
/usr/bin/airtsp
/usr/lib/.build-id
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/52205239d08aea9828f2508038860666cf90b2
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/00fba73b914c17e8daa3db9c27ffe45e02b936
/usr/lib64/libairtsp.so.1.01
/usr/lib64/libairtsp.so.1.01.7
/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
/usr/bin/airtsp
/usr/lib/.build-id
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/f25abb3f100d23e04a017b2b07c7736a39c1c0
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/264de9ecdc7184a5173ba574b0bf35709ba2c0
/usr/lib/libairtsp.so.1.01
/usr/lib/libairtsp.so.1.01.7
/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
- [airtsp website](https://github.com/airsim/airtsp https://github.com/airsim/airtsp)
Summary
In this tutorial we learn how to install airtsp
on Fedora 34 using yum and dnf.