How To Install simcrs on Fedora 34
Introduction
In this tutorial we learn how to install simcrs
on Fedora 34.
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 1.01.5 6.fc34 x86_64 85 k simcrs-1.01.5-6.fc34.src.rpm fedora C++ Simulated Travel-Oriented Distribution System library https LGPLv2+ 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install simcrs.
Install simcrs on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install simcrs
using dnf
by running the following command:
sudo dnf -y install simcrs
Install simcrs on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the simcrs
package we can use the following command:
sudo dnf remove simcrs
simcrs Package Contents on Fedora 34
/usr/bin/simcrs
/usr/lib/.build-id
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/5e724b9b78a3befc7962f344539e20127e6b80
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/a5ea2534117ed7e6e9ae75353e30cea0a3cc50
/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
/usr/bin/simcrs
/usr/lib/.build-id
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/a346678fe3a818b860d5ee29401162fcb3a0e1
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/bacf5c787e6a5d8e03605b36bbb606e6293814
/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 https://github.com/airsim/simcrs)
Summary
In this tutorial we learn how to install simcrs
on Fedora 34 using yum and dnf.