How to Install and Uninstall HepMC.x86_64 Package on Oracle Linux 9

Last updated: July 05,2024

1. Install "HepMC.x86_64" package

Learn how to install HepMC.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install HepMC.x86_64

2. Uninstall "HepMC.x86_64" package

Please follow the instructions below to uninstall HepMC.x86_64 on Oracle Linux 9:

$ sudo dnf remove HepMC.x86_64 $ sudo dnf autoremove

3. Information about the HepMC.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:57:41 ago on Thu Feb 15 07:50:05 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.