How to Install and Uninstall tvlsim.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: September 21,2024

1. Install "tvlsim.x86_64" package

This guide covers the steps necessary to install tvlsim.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install tvlsim.x86_64

2. Uninstall "tvlsim.x86_64" package

In this section, we are going to explain the necessary steps to uninstall tvlsim.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove tvlsim.x86_64 $ sudo dnf autoremove

3. Information about the tvlsim.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:01:51 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : tvlsim
Version : 1.01.6
Release : 1.el8
Architecture : x86_64
Size : 321 k
Source : tvlsim-1.01.6-1.el8.src.rpm
Repository : epel
Summary : Travel Market Simulator
URL : https://github.com/airsim/tvlsim
License : LGPL-2.1-or-later
Description : The Travel Market Simulator project aims at providing reference implementation,
: mainly in C++, of a travel market simulator, focusing on revenue management (RM)
: for airlines. It is intended to be used for applied research activities only:
: it is by no way intended to be used by production systems. It is a new breed of
: software and aims to become the new generation PODS (https://podsresearch.com/),
: which was instrumental in the inception of the Travel Market Simulator project.
:
: Over a dozen components have been implemented and are fully functional,
: encompassing for instance (but not limited to) traveler demand generation
: (booking requests), travel distribution (GDS/CRS), low fare search (LFS),
: price calculation and inventory availability calculation), customer choice
: modeling (CCM), revenue management (RM), schedule and inventory management,
: revenue accounting (RA).
:
: The Travel Market Simulator can be used in either batch or hosted mode.
: It is the main component of the Travel Market Simulator:
: https://www.travel-market-simulator.com
:
: tvlsim makes an extensive use of existing open-source libraries for
: increased functionality, speed and accuracy. In particular the
: Boost (C++ Standard Extensions: https://www.boost.org) libraries are used.
:
: The tvlsim component itself aims at providing a clean API and a simple
: implementation, as a C++ library, of a full travel market simulator,
: focusing on revenue management (RM) for airlines. That library uses
: the Standard Airline IT C++ object model (https://github.com/airsim/stdair).
:
: Install the tvlsim package if you need a library of basic C++ objects
: for airline-related travel market simulation.