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

Last updated: November 28,2024

1. Install "HepMC.x86_64" package

Here is a brief guide to show you how to install HepMC.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install HepMC.x86_64

2. Uninstall "HepMC.x86_64" package

Please follow the steps below to uninstall HepMC.x86_64 on Oracle Linux 8:

$ sudo dnf remove HepMC.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:33:52 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : HepMC
Version : 2.06.11
Release : 1.el8
Architecture : x86_64
Size : 167 k
Source : HepMC-2.06.11-1.el8.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.