How To Install perl-Syntax-Operator-Equ on Fedora 36

In this tutorial we learn how to install perl-Syntax-Operator-Equ in Fedora 36. perl-Syntax-Operator-Equ is Equality operators that distinguish undef

Introduction

In this tutorial we learn how to install perl-Syntax-Operator-Equ on Fedora 36.

What is perl-Syntax-Operator-Equ

This module provides infix operators that implement equality tests of strings or numbers similar to Perl’s eq and == operators, except that they consider undef to be a distinct value, separate from the empty string or the number zero.

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

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

sudo dnf -y install perl-Syntax-Operator-Equ

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

sudo yum -y install perl-Syntax-Operator-Equ

How To Uninstall perl-Syntax-Operator-Equ on Fedora 36

To uninstall only the perl-Syntax-Operator-Equ package we can use the following command:

sudo dnf remove perl-Syntax-Operator-Equ

perl-Syntax-Operator-Equ Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/e6987fcd8a40ae7c575ac0399fc5eda1127336
/usr/lib64/perl5/vendor_perl/Syntax
/usr/lib64/perl5/vendor_perl/Syntax/Operator
/usr/lib64/perl5/vendor_perl/Syntax/Operator/Equ.pm
/usr/lib64/perl5/vendor_perl/auto/Syntax
/usr/lib64/perl5/vendor_perl/auto/Syntax/Operator
/usr/lib64/perl5/vendor_perl/auto/Syntax/Operator/Equ
/usr/lib64/perl5/vendor_perl/auto/Syntax/Operator/Equ/Equ.so
/usr/share/doc/perl-Syntax-Operator-Equ
/usr/share/doc/perl-Syntax-Operator-Equ/Changes
/usr/share/doc/perl-Syntax-Operator-Equ/README
/usr/share/licenses/perl-Syntax-Operator-Equ
/usr/share/licenses/perl-Syntax-Operator-Equ/LICENSE
/usr/share/man/man3/Syntax::Operator::Equ.3pm.gz

References

Summary

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