How To Install travelccm on Fedora 36
Introduction
In this tutorial we learn how to install travelccm
on Fedora 36.
What is travelccm
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 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 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 Install the travelccm package if you need a library of basic C++ objects for Customer-Choice Modeling (CCM), mainly for simulation purpose.
We can use yum
or dnf
to install travelccm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install travelccm.
Install travelccm on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install travelccm
using dnf
by running the following command:
sudo dnf -y install travelccm
Install travelccm on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install travelccm
using yum
by running the following command:
sudo yum -y install travelccm
How To Uninstall travelccm on Fedora 36
To uninstall only the travelccm
package we can use the following command:
sudo dnf remove travelccm
travelccm Package Contents on Fedora 36
/usr/bin/travelccm
/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/f1871e0eca06ef80db62a328ef88d01e95a38d
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/a2c3efa992cf20bb33eaa3a6d0eb7208a24d1e
/usr/lib/libtravelccm.so.1.00
/usr/lib/libtravelccm.so.1.00.5
/usr/share/doc/travelccm
/usr/share/doc/travelccm/AUTHORS
/usr/share/doc/travelccm/ChangeLog
/usr/share/doc/travelccm/NEWS
/usr/share/doc/travelccm/README.md
/usr/share/licenses/travelccm
/usr/share/licenses/travelccm/COPYING
/usr/share/man/man1/travelccm.1.gz
References
Summary
In this tutorial we learn how to install travelccm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install travelccm on Fedora 36” linkTitle: “travelccm” type: “docs” description: “In this tutorial we learn how to install travelccm in Fedora 36. travelccm is C++ Travel Customer Choice Model (CCM) Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/travelccm-featured.png
Introduction
In this tutorial we learn how to install travelccm
on Fedora 36.
What is travelccm
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 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 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 Install the travelccm package if you need a library of basic C++ objects for Customer-Choice Modeling (CCM), mainly for simulation purpose.
We can use yum
or dnf
to install travelccm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install travelccm.
Install travelccm on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install travelccm
using dnf
by running the following command:
sudo dnf -y install travelccm
Install travelccm on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install travelccm
using yum
by running the following command:
sudo yum -y install travelccm
How To Uninstall travelccm on Fedora 36
To uninstall only the travelccm
package we can use the following command:
sudo dnf remove travelccm
travelccm Package Contents on Fedora 36
/usr/bin/travelccm
/usr/lib/.build-id
/usr/lib/.build-id/59
/usr/lib/.build-id/59/57ef18b6f22faa1add487f5e85854d325fbd21
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/910c22b7ed3332709fa359e0c596da3bb13137
/usr/lib64/libtravelccm.so.1.00
/usr/lib64/libtravelccm.so.1.00.5
/usr/share/doc/travelccm
/usr/share/doc/travelccm/AUTHORS
/usr/share/doc/travelccm/ChangeLog
/usr/share/doc/travelccm/NEWS
/usr/share/doc/travelccm/README.md
/usr/share/licenses/travelccm
/usr/share/licenses/travelccm/COPYING
/usr/share/man/man1/travelccm.1.gz
References
Summary
In this tutorial we learn how to install travelccm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).