How to Install and Uninstall HepMC.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 28,2024

1. Install "HepMC.x86_64" package

Learn how to install HepMC.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install HepMC.x86_64

2. Uninstall "HepMC.x86_64" package

Here is a brief guide to show you how to uninstall HepMC.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove HepMC.x86_64 $ sudo dnf autoremove

3. Information about the HepMC.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:21:05 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : HepMC
Version : 2.06.11
Release : 6.el9
Architecture : x86_64
Size : 139 k
Source : HepMC-2.06.11-6.el9.src.rpm
Repository : epel
Summary : C++ Event Record for Monte Carlo Generators
URL : http://hepmc.web.cern.ch/hepmc/
License : GPLv2+
Description : The HepMC package is an object oriented event record written in C++
: for High Energy Physics Monte Carlo Generators. Many extensions from
: HEPEVT, the Fortran HEP standard, are supported: the number of entries
: is unlimited, spin density matrices can be stored with each vertex,
: flow patterns (such as color) can be stored and traced, integers
: representing random number generator states can be stored, and an
: arbitrary number of event weights can be included. Particles and
: vertices are kept separate in a graph structure, physically similar to
: a physics event. The added information supports the modularization of
: event generators. The package has been kept as simple as possible with
: minimal internal/external dependencies. Event information is accessed
: by means of iterators supplied with the package.