How To Install rmol on Fedora 36
Introduction
In this tutorial we learn how to install rmol
on Fedora 36.
What is rmol
rmol is a C++ library of Revenue Management and Optimisation classes and functions. Typically, that library may be used by service providers (e.g., airlines offering flight seats, hotels offering rooms, rental car companies offering rental days, broadcasting company offering advertisement slots, theaters offering seats, etc.) to help in optimizing their revenues from seat capacities. Most of the algorithms implemented are public and documented in the following book The Theory and practice of Revenue Management, by Kalyan T. Talluri and Garrett J. van Ryzin, Kluwer Academic Publishers, 2004, ISBN 1-4020-7701-7 rmol makes an extensive use of existing open-source libraries for increased functionality, speed and accuracy. In particular the Boost (C++ Standard Extensions Install the rmol package if you need a library of basic C++ objects for Airline Revenue Management (RM), mainly for simulation purpose.
We can use yum
or dnf
to install rmol
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rmol.
Install rmol 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 rmol
using dnf
by running the following command:
sudo dnf -y install rmol
Install rmol 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 rmol
using yum
by running the following command:
sudo yum -y install rmol
How To Uninstall rmol on Fedora 36
To uninstall only the rmol
package we can use the following command:
sudo dnf remove rmol
rmol Package Contents on Fedora 36
/usr/bin/rmol
/usr/bin/rmol_drawBPC
/usr/bin/rmol_extractBPC
/usr/lib/.build-id
/usr/lib/.build-id/80
/usr/lib/.build-id/80/7936715ba7eebac2bb8d2b5687a55e71fe906e
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/f1ba31288d44a6a910bb602809a1e826b006e6
/usr/lib64/librmol.so.1.00
/usr/lib64/librmol.so.1.00.7
/usr/share/doc/rmol
/usr/share/doc/rmol/AUTHORS
/usr/share/doc/rmol/COPYING
/usr/share/doc/rmol/ChangeLog
/usr/share/doc/rmol/NEWS
/usr/share/doc/rmol/README.md
/usr/share/man/man1/rmol.1.gz
/usr/share/man/man1/rmol_drawBPC.1.gz
/usr/share/man/man1/rmol_extractBPC.1.gz
References
Summary
In this tutorial we learn how to install rmol
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install rmol on Fedora 36” linkTitle: “rmol” type: “docs” description: “In this tutorial we learn how to install rmol in Fedora 36. rmol is C++ library of Revenue Management and Optimisation classes and functions” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/rmol-featured.png
Introduction
In this tutorial we learn how to install rmol
on Fedora 36.
What is rmol
rmol is a C++ library of Revenue Management and Optimisation classes and functions. Typically, that library may be used by service providers (e.g., airlines offering flight seats, hotels offering rooms, rental car companies offering rental days, broadcasting company offering advertisement slots, theaters offering seats, etc.) to help in optimizing their revenues from seat capacities. Most of the algorithms implemented are public and documented in the following book The Theory and practice of Revenue Management, by Kalyan T. Talluri and Garrett J. van Ryzin, Kluwer Academic Publishers, 2004, ISBN 1-4020-7701-7 rmol makes an extensive use of existing open-source libraries for increased functionality, speed and accuracy. In particular the Boost (C++ Standard Extensions Install the rmol package if you need a library of basic C++ objects for Airline Revenue Management (RM), mainly for simulation purpose.
We can use yum
or dnf
to install rmol
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rmol.
Install rmol 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 rmol
using dnf
by running the following command:
sudo dnf -y install rmol
Install rmol 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 rmol
using yum
by running the following command:
sudo yum -y install rmol
How To Uninstall rmol on Fedora 36
To uninstall only the rmol
package we can use the following command:
sudo dnf remove rmol
rmol Package Contents on Fedora 36
/usr/bin/rmol
/usr/bin/rmol_drawBPC
/usr/bin/rmol_extractBPC
/usr/lib/.build-id
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/41abc06352f3627192c78ed0050884c50a3bba
/usr/lib/.build-id/df
/usr/lib/.build-id/df/ab8866d09117588bde3a38fe95dd8057dd862a
/usr/lib/librmol.so.1.00
/usr/lib/librmol.so.1.00.7
/usr/share/doc/rmol
/usr/share/doc/rmol/AUTHORS
/usr/share/doc/rmol/COPYING
/usr/share/doc/rmol/ChangeLog
/usr/share/doc/rmol/NEWS
/usr/share/doc/rmol/README.md
/usr/share/man/man1/rmol.1.gz
/usr/share/man/man1/rmol_drawBPC.1.gz
/usr/share/man/man1/rmol_extractBPC.1.gz
References
Summary
In this tutorial we learn how to install rmol
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).