How To Install simcrs on Fedora 36
Introduction
In this tutorial we learn how to install simcrs
on Fedora 36.
What is simcrs
simcrs aims at providing a clean API and a simple implementation, as a C++ library, of a Travel-oriented Distribution System. It corresponds to the simulated version of the real-world Computerized Reservation Systems (CRS). That library uses the Standard Airline IT C++ object model (https simcrs makes an extensive use of existing open-source libraries for increased functionality, speed and accuracy. In particular the Boost (C++ Standard Extensions Install the simcrs package if you need a library of basic C++ objects for airline-related booking distribution system, mainly for simulation purpose.
We can use yum
or dnf
to install simcrs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install simcrs.
Install simcrs 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 simcrs
using dnf
by running the following command:
sudo dnf -y install simcrs
Install simcrs on Fedora 36 Using yum
Update yum database with yum
using the following command.
title: "How To Install simcrs on Fedora 36"
sudo yum makecache --refresh
linkTitle: "simcrs"
type: “docs”
After updating yum database, We can install simcrs
using yum
by running the following command:
description: “In this tutorial we learn how to install simcrs in Fedora 36. simcrs is C++ Simulated Travel-Oriented Distribution System library”
date: “2022-08-17”
lastmod: "2022-08-17"
sudo yum -y install simcrs
#image: /images/fedora/36/simcrs-featured.png
How To Uninstall simcrs on Fedora 36
Introduction
To uninstall only the simcrs
package we can use the following command:
In this tutorial we learn how to install simcrs
on Fedora 36.
sudo dnf remove simcrs
### What is `simcrs`
simcrs aims at providing a clean API and a simple implementation, as a C++ library, of a Travel-oriented Distribution System. It corresponds to the simulated version of the real-world Computerized Reservation Systems (CRS). That library uses the Standard Airline IT C++ object model (https simcrs makes an extensive use of existing open-source libraries for increased functionality, speed and accuracy. In particular the Boost (C++ Standard Extensions Install the simcrs package if you need a library of basic C++ objects for airline-related booking distribution system, mainly for simulation purpose.
simcrs Package Contents on Fedora 36
We can use `yum` or `dnf` to install `simcrs` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install simcrs.
## Install simcrs on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install simcrs
using dnf
by running the following command:
sudo dnf -y install simcrs
Install simcrs 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 simcrs
using yum
by running the following command:
sudo yum -y install simcrs
How To Uninstall simcrs on Fedora 36
To uninstall only the simcrs
package we can use the following command:
sudo dnf remove simcrs
simcrs Package Contents on Fedora 36
/usr/bin/simcrs
/usr/lib/.build-id
/usr/lib/.build-id/27
/usr/lib/.build-id/27/e64e5f698d0c4d8cd77cc29d01e8509ea8a8f6
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/2ea29cc5fea2da7be2baee297492e438d6f573
/usr/lib64/libsimcrs.so.1.01
/usr/lib64/libsimcrs.so.1.01.5
/usr/share/doc/simcrs
/usr/share/doc/simcrs/AUTHORS
/usr/share/doc/simcrs/COPYING
/usr/share/doc/simcrs/ChangeLog
/usr/share/doc/simcrs/NEWS
/usr/share/doc/simcrs/README.md
/usr/share/man/man1/simcrs.1.gz
References
Summary
In this tutorial we learn how to install simcrs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/bin/simcrs /usr/lib/.build-id /usr/lib/.build-id/3e /usr/lib/.build-id/3e/25606d8fcc55041139b08a951f8333689b68dc /usr/lib/.build-id/8d /usr/lib/.build-id/8d/f9b7bd2aa8604d2d8646917f07b0c47a8ab6df /usr/lib/libsimcrs.so.1.01 /usr/lib/libsimcrs.so.1.01.5 /usr/share/doc/simcrs /usr/share/doc/simcrs/AUTHORS /usr/share/doc/simcrs/COPYING /usr/share/doc/simcrs/ChangeLog /usr/share/doc/simcrs/NEWS /usr/share/doc/simcrs/README.md /usr/share/man/man1/simcrs.1.gz
## References
* [simcrs website](https://github.com/airsim/simcrs)
## Summary
In this tutorial we learn how to install `simcrs` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).