How To Install hyperestraier-perl on Fedora 36

In this tutorial we learn how to install hyperestraier-perl in Fedora 36. hyperestraier-perl is Hyper Estraier library for Perl

Introduction

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

What is hyperestraier-perl

This package contains a Perl interface for Hyper Estraier

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

Install hyperestraier-perl 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 hyperestraier-perl using dnf by running the following command:

sudo dnf -y install hyperestraier-perl

Install hyperestraier-perl 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 hyperestraier-perl using yum by running the following command:

sudo yum -y install hyperestraier-perl

How To Uninstall hyperestraier-perl on Fedora 36

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

sudo dnf remove hyperestraier-perl

hyperestraier-perl Package Contents on Fedora 36

/usr/bin/estcmd.pl
/usr/lib/.build-id
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/7e6b51b4b744540f6924a21114df5d7d0eb00a
/usr/lib64/perl5/vendor_perl/Estraier.pm
/usr/lib64/perl5/vendor_perl/Estraier.pod
/usr/lib64/perl5/vendor_perl/auto/Estraier
/usr/lib64/perl5/vendor_perl/auto/Estraier/Estraier.so
/usr/share/doc/hyperestraier-perl
/usr/share/doc/hyperestraier-perl/example
/usr/share/doc/hyperestraier-perl/example/Makefile
/usr/share/doc/hyperestraier-perl/example/Makefile.stamp
/usr/share/doc/hyperestraier-perl/example/example001.pl
/usr/share/doc/hyperestraier-perl/example/example002.pl
/usr/share/doc/hyperestraier-perl/index.html
/usr/share/man/man3/Estraier.3pm.gz

References

Summary

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