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

In this tutorial we learn how to install perl-Syntax-Operator-Divides in Fedora 36. perl-Syntax-Operator-Divides is Infix operator for division test

Introduction

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

What is perl-Syntax-Operator-Divides

This module provides an infix operator that implements an integer divides test which returns true if the lefthand operand is a whole multiple of the righthand.

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

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

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

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

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

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

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

sudo dnf remove perl-Syntax-Operator-Divides

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

/usr/lib/.build-id
/usr/lib/.build-id/64
/usr/lib/.build-id/64/3000d3796546fe80a09a4ac6abc1691851b66b
/usr/lib64/perl5/vendor_perl/Syntax
/usr/lib64/perl5/vendor_perl/Syntax/Operator
/usr/lib64/perl5/vendor_perl/Syntax/Operator/Divides.pm
/usr/lib64/perl5/vendor_perl/auto/Syntax
/usr/lib64/perl5/vendor_perl/auto/Syntax/Operator
/usr/lib64/perl5/vendor_perl/auto/Syntax/Operator/Divides
/usr/lib64/perl5/vendor_perl/auto/Syntax/Operator/Divides/Divides.so
/usr/share/doc/perl-Syntax-Operator-Divides
/usr/share/doc/perl-Syntax-Operator-Divides/Changes
/usr/share/doc/perl-Syntax-Operator-Divides/README
/usr/share/licenses/perl-Syntax-Operator-Divides
/usr/share/licenses/perl-Syntax-Operator-Divides/LICENSE
/usr/share/man/man3/Syntax::Operator::Divides.3pm.gz

References

Summary

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