How To Install perl-Alien-ROOT on Fedora 36

In this tutorial we learn how to install perl-Alien-ROOT in Fedora 36. perl-Alien-ROOT is Utility package to install and locate CERN’s ROOT library

Introduction

In this tutorial we learn how to install perl-Alien-ROOT on Fedora 36.

What is perl-Alien-ROOT

The original intention is to install and detect CERN’s ROOT library. This package always requires the ROOT library provided with your distribution.

We can use yum or dnf to install perl-Alien-ROOT on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Alien-ROOT.

Install perl-Alien-ROOT on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Alien-ROOT using dnf by running the following command:

sudo dnf -y install perl-Alien-ROOT

Install perl-Alien-ROOT on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Alien-ROOT using yum by running the following command:

sudo yum -y install perl-Alien-ROOT

How To Uninstall perl-Alien-ROOT on Fedora 36

To uninstall only the perl-Alien-ROOT package we can use the following command:

sudo dnf remove perl-Alien-ROOT

perl-Alien-ROOT Package Contents on Fedora 36

/usr/share/doc/perl-Alien-ROOT
/usr/share/doc/perl-Alien-ROOT/Changes
/usr/share/doc/perl-Alien-ROOT/README
/usr/share/man/man3/Alien::ROOT.3pm.gz
/usr/share/perl5/vendor_perl/Alien
/usr/share/perl5/vendor_perl/Alien/ROOT.pm

References

Summary

In this tutorial we learn how to install perl-Alien-ROOT on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).