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

Last updated: June 16,2024

1. Install "travelccm.x86_64" package

Please follow the step by step instructions below to install travelccm.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install travelccm.x86_64

2. Uninstall "travelccm.x86_64" package

This guide let you learn how to uninstall travelccm.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove travelccm.x86_64 $ sudo dnf autoremove

3. Information about the travelccm.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:47:13 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : travelccm
Version : 1.00.7
Release : 1.el9
Architecture : x86_64
Size : 70 k
Source : travelccm-1.00.7-1.el9.src.rpm
Repository : epel
Summary : C++ Travel Customer Choice Model (CCM) Library
URL : https://github.com/airsim/travelccm
License : LGPLv2+
Description : travelccm aims at providing a clean API, and the corresponding
: C++ implementation, for choosing one item among a set of travel
: solutions, given demand-related characteristics (e.g.,
: Willingness-To-Pay, preferred airline, preferred cabin, etc.).
:
: The travelccm C++ library implements some simple Customer Choice Models
: (CCM), as referenced in the literature (PhD dissertations at MIT, for
: instance: https://dspace.mit.edu).
:
: The travelccm C++ library exposes a simple, clean and object-oriented,
: API. For instance, the choose() method takes, as input, both a
: structure representing the travel request (e.g., "from Washington, DC,
: US, to Beijing, China, on the 25th of May") and a list of travel
: solutions (as provided by the Airline Travel Solution Provider (AirTSP)
: project: https://github.com/airsim/airtsp), and yields, as output, the
: chosen item.
:
: The output can then be used by other systems, for instance to book the
: corresponding travel or to visualize it on a map and calendar and to
: share it with others.
:
: travelccm 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) library is used.
:
: Install the travelccm package if you need a library of basic C++ objects
: for Customer-Choice Modeling (CCM), mainly for simulation purpose.