How to Install and Uninstall airtsp.i686 Package on Fedora 36

Last updated: October 08,2024

1. Install "airtsp.i686" package

This is a short guide on how to install airtsp.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install airtsp.i686

2. Uninstall "airtsp.i686" package

This guide covers the steps necessary to uninstall airtsp.i686 on Fedora 36:

$ sudo dnf remove airtsp.i686 $ sudo dnf autoremove

3. Information about the airtsp.i686 package on Fedora 36

Last metadata expiration check: 3:52:04 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : airtsp
Version : 1.01.8
Release : 4.fc36
Architecture : i686
Size : 272 k
Source : airtsp-1.01.8-4.fc36.src.rpm
Repository : fedora
Summary : C++ Simulated Airline Travel Solution Provider Library
URL : https://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.