How to Install and Uninstall trademgen.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "trademgen.x86_64" package

In this section, we are going to explain the necessary steps to install trademgen.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install trademgen.x86_64

2. Uninstall "trademgen.x86_64" package

In this section, we are going to explain the necessary steps to uninstall trademgen.x86_64 on Rocky Linux 8:

$ sudo dnf remove trademgen.x86_64 $ sudo dnf autoremove

3. Information about the trademgen.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:29:23 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : trademgen
Version : 1.00.4
Release : 1.el8
Architecture : x86_64
Size : 334 k
Source : trademgen-1.00.4-1.el8.src.rpm
Repository : epel
Summary : C++ Simulated Travel Demand Generation Library
URL : http://github.com/airsim/trademgen
License : LGPLv2+
Description : trademgen aims at providing a clean API, and the corresponding C++
: implementation, able to generate demand for travel solutions (e.g.,
: from JFK to PEK on 25-05-2009) according to characteristics (e.g.,
: Willingness-To-Pay, preferred airline, etc).
:
: trademgen makes an extensive use of existing open-source libraries for
: increased functionality, speed and accuracy. In particular the
: Boost (C++ Standard Extensions: http://www.boost.org) library is used.
:
: Install the trademgen package if you need a library of basic C++ objects
: for travel-related demand generation, mainly for simulation purpose.