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

Last updated: October 05,2024

1. Install "HepMC.i686" package

Learn how to install HepMC.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install HepMC.i686

2. Uninstall "HepMC.i686" package

Please follow the step by step instructions below to uninstall HepMC.i686 on Fedora 35:

$ sudo dnf remove HepMC.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 4:08:42 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : HepMC
Version : 2.06.11
Release : 4.fc35
Architecture : i686
Size : 149 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.