How To Install root-montecarlo-eg on Rocky Linux 8
Introduction
In this tutorial we learn how to install root-montecarlo-eg
on Rocky Linux 8.
What is root-montecarlo-eg
This package contains an event generator library for ROOT.
We can use yum
or dnf
to install root-montecarlo-eg
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install root-montecarlo-eg.
Install root-montecarlo-eg on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install root-montecarlo-eg
using dnf
by running the following command:
sudo dnf -y install root-montecarlo-eg
Install root-montecarlo-eg on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install root-montecarlo-eg
using yum
by running the following command:
sudo yum -y install root-montecarlo-eg
How To Uninstall root-montecarlo-eg on Rocky Linux 8
To uninstall only the root-montecarlo-eg
package we can use the following command:
sudo dnf remove root-montecarlo-eg
root-montecarlo-eg Package Contents on Rocky Linux 8
/usr/include/root/Hepevt.h
/usr/include/root/TAttParticle.h
/usr/include/root/TDatabasePDG.h
/usr/include/root/TDecayChannel.h
/usr/include/root/TGenerator.h
/usr/include/root/TPDGCode.h
/usr/include/root/TParticle.h
/usr/include/root/TParticleClassPDG.h
/usr/include/root/TParticlePDG.h
/usr/include/root/TPrimary.h
/usr/include/root/TVirtualMCDecayer.h
/usr/include/root/cfortran.h
/usr/lib/.build-id
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/fc762d18260b67e777a13d2af5c7dae7262a90
/usr/lib64/root/libEG.rootmap
/usr/lib64/root/libEG.so
/usr/lib64/root/libEG.so.6.22
/usr/lib64/root/libEG.so.6.22.08
/usr/lib64/root/libEG_rdict.pcm
/usr/share/doc/root/cfortran.doc
/usr/share/root/pdg_table.txt
References
Summary
In this tutorial we learn how to install root-montecarlo-eg
on Rocky Linux 8 using yum and dnf.