How to Install and Uninstall airtsp.x86_64 Package on CentOS 8 / RHEL 8

Last updated: April 25,2024

1. Install "airtsp.x86_64" package

In this section, we are going to explain the necessary steps to install airtsp.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install airtsp.x86_64

2. Uninstall "airtsp.x86_64" package

Please follow the steps below to uninstall airtsp.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove airtsp.x86_64 $ sudo dnf autoremove

3. Information about the airtsp.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:46:20 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : airtsp
Version : 1.01.5
Release : 1.el8
Architecture : x86_64
Size : 292 k
Source : airtsp-1.01.5-1.el8.src.rpm
Repository : epel
Summary : C++ Simulated Airline Travel Solution Provider Library
URL : http://github.com/airsim/airtsp
License : LGPLv2+
Description : 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: it is not designed to work
: 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: http://www.boost.org) library is used.
:
: Install the airtsp package if you need a library of basic C++ objects
: for Airline Schedule Management, mainly for simulation purpose.