How to Install and Uninstall lhapdf.x86_64 Package on CentOS Stream 8

Last updated: May 13,2024

1. Install "lhapdf.x86_64" package

This guide let you learn how to install lhapdf.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install lhapdf.x86_64

2. Uninstall "lhapdf.x86_64" package

This guide let you learn how to uninstall lhapdf.x86_64 on CentOS Stream 8:

$ sudo dnf remove lhapdf.x86_64 $ sudo dnf autoremove

3. Information about the lhapdf.x86_64 package on CentOS Stream 8

Last metadata expiration check: 2:38:16 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : lhapdf
Version : 6.5.4
Release : 1.el8
Architecture : x86_64
Size : 365 k
Source : lhapdf-6.5.4-1.el8.src.rpm
Repository : epel
Summary : Les Houches Accord PDF Interface
URL : https://lhapdf.hepforge.org/
License : GPL-3.0-only
Description : LHAPDF is a general purpose C++ interpolator, used for evaluating PDFs
: from discretized data files. Previous versions of LHAPDF were written
: in Fortran 77/90 and are documented at http://lhapdf.hepforge.org/lhapdf5/.
:
: LHAPDF6 vastly reduces the memory overhead of the Fortran LHAPDF (from
: gigabytes to megabytes!), entirely removes restrictions on numbers of
: concurrent PDFs, allows access to single PDF members without needing
: to load whole sets, and separates a new standardized PDF data format
: from the code library so that new PDF sets may be created and released
: easier and faster. The C++ LHAPDF6 also permits arbitrary parton
: contents via the standard PDG ID code scheme, is computationally more
: efficient (particularly if only one or two flavors are required at
: each phase space point, as in PDF reweighting), and uses a flexible
: metadata system which fixes many fundamental metadata and concurrency
: bugs in LHAPDF5.
:
: Compatibility routines are provided as standard for existing C++ and
: Fortran codes using the LHAPDF5 and PDFLIB legacy interfaces, so you
: can keep using your existing codes. But the new interface is much more
: powerful and pleasant to work with, so we think you'll want to switch
: once you've used it!
:
: LHAPDF6 is documented in more detail in http://arxiv.org/abs/1412.7420