How To Install root-mathmore on CentOS 8

root-mathmore is GSL interface library for ROOT

Introduction

In this tutorial we learn how to install root-mathmore on CentOS 8.

What is root-mathmore

This package contains the MathMore library for ROOT. This provides a partial GNU Scientific Library interface for ROOT. While the rest of root is licensed under LGPLv2+ this optional library is licensed under GPLv2+ due to its use of GSL.

We can use yum or dnf to install root-mathmore on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install root-mathmore.

Install root-mathmore on CentOS 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install root-mathmore using dnf by running the following command:

sudo dnf -y install root-mathmore

Install root-mathmore on CentOS 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install root-mathmore using yum by running the following command:

sudo yum -y install root-mathmore

How To Uninstall root-mathmore on CentOS 8

To uninstall only the root-mathmore package we can use the following command:

sudo dnf remove root-mathmore

root-mathmore Package Contents on CentOS 8

/usr/include/root/Math/ChebyshevApprox.h
/usr/include/root/Math/Derivator.h
/usr/include/root/Math/DistFuncMathMore.h
/usr/include/root/Math/GSLFunctionAdapter.h
/usr/include/root/Math/GSLIntegrator.h
/usr/include/root/Math/GSLMCIntegrator.h
/usr/include/root/Math/GSLMinimizer.h
/usr/include/root/Math/GSLMinimizer1D.h
/usr/include/root/Math/GSLMultiRootFinder.h
/usr/include/root/Math/GSLNLSMinimizer.h
/usr/include/root/Math/GSLQuasiRandom.h
/usr/include/root/Math/GSLRandom.h
/usr/include/root/Math/GSLRandomFunctions.h
/usr/include/root/Math/GSLRndmEngines.h
/usr/include/root/Math/GSLRootFinder.h
/usr/include/root/Math/GSLRootFinderDeriv.h
/usr/include/root/Math/GSLRootHelper.h
/usr/include/root/Math/GSLSimAnMinimizer.h
/usr/include/root/Math/GSLSimAnnealing.h
/usr/include/root/Math/IntegrationTypes.h
/usr/include/root/Math/InterpolationTypes.h
/usr/include/root/Math/Interpolator.h
/usr/include/root/Math/KelvinFunctions.h
/usr/include/root/Math/MCIntegrationTypes.h
/usr/include/root/Math/MCParameters.h
/usr/include/root/Math/MultiNumGradFunction.h
/usr/include/root/Math/MultiRootFinder.h
/usr/include/root/Math/ParamFunction.h
/usr/include/root/Math/PdfFuncMathMore.h
/usr/include/root/Math/Polynomial.h
/usr/include/root/Math/QuantFuncMathMore.h
/usr/include/root/Math/QuasiRandom.h
/usr/include/root/Math/RootFinderAlgorithms.h
/usr/include/root/Math/SpecFuncMathMore.h
/usr/include/root/Math/Vavilov.h
/usr/include/root/Math/VavilovAccurate.h
/usr/include/root/Math/VavilovAccurateCdf.h
/usr/include/root/Math/VavilovAccuratePdf.h
/usr/include/root/Math/VavilovAccurateQuantile.h
/usr/include/root/Math/VavilovFast.h
/usr/lib/.build-id
/usr/lib/.build-id/e4/fa994075ac8dae168f5d0436a7abc85fe626a9
/usr/lib64/root/libMathMore.rootmap
/usr/lib64/root/libMathMore.so
/usr/lib64/root/libMathMore.so.6.22
/usr/lib64/root/libMathMore.so.6.22.08
/usr/lib64/root/libMathMore_rdict.pcm
/usr/share/root/plugins/ROOT@@Math@@IRootFinderMethod/P010_Brent.C
/usr/share/root/plugins/ROOT@@Math@@IRootFinderMethod/P020_Bisection.C
/usr/share/root/plugins/ROOT@@Math@@IRootFinderMethod/P030_FalsePos.C
/usr/share/root/plugins/ROOT@@Math@@IRootFinderMethod/P040_Newton.C
/usr/share/root/plugins/ROOT@@Math@@IRootFinderMethod/P050_Secant.C
/usr/share/root/plugins/ROOT@@Math@@IRootFinderMethod/P060_Steffenson.C
/usr/share/root/plugins/ROOT@@Math@@Minimizer/P030_GSLMinimizer.C
/usr/share/root/plugins/ROOT@@Math@@Minimizer/P040_GSLNLSMinimizer.C
/usr/share/root/plugins/ROOT@@Math@@Minimizer/P050_GSLSimAnMinimizer.C
/usr/share/root/plugins/ROOT@@Math@@VirtualIntegrator/P010_GSLIntegrator.C
/usr/share/root/plugins/ROOT@@Math@@VirtualIntegrator/P020_GSLMCIntegrator.C

References

Summary

In this tutorial we learn how to install root-mathmore on CentOS 8 using yum and dnf.