How to Install and Uninstall HepMC.x86_64 Package on Fedora 35

Last updated: June 02,2024

1. Install "HepMC.x86_64" package

Here is a brief guide to show you how to install HepMC.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install HepMC.x86_64

2. Uninstall "HepMC.x86_64" package

Learn how to uninstall HepMC.x86_64 on Fedora 35:

$ sudo dnf remove HepMC.x86_64 $ sudo dnf autoremove

3. Information about the HepMC.x86_64 package on Fedora 35

Last metadata expiration check: 0:38:42 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : HepMC
Version : 2.06.11
Release : 4.fc35
Architecture : x86_64
Size : 139 k
Source : HepMC-2.06.11-4.fc35.src.rpm
Repository : fedora
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.