How To Install perl-Affix-Infix2Postfix on Fedora 36

In this tutorial we learn how to install perl-Affix-Infix2Postfix in Fedora 36. perl-Affix-Infix2Postfix is Perl extension for converting from infix notation to postfix notation

Introduction

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

What is perl-Affix-Infix2Postfix

Infix2Postfix as the name suggests converts from infix to postfix notation. The reason why someone would like to do this is that postfix notation is generally much easier to do in computers. For example take an expression like it’s actually much better for computers to get a string of operations such as

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

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

sudo dnf -y install perl-Affix-Infix2Postfix

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

sudo yum -y install perl-Affix-Infix2Postfix

How To Uninstall perl-Affix-Infix2Postfix on Fedora 36

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

sudo dnf remove perl-Affix-Infix2Postfix

perl-Affix-Infix2Postfix Package Contents on Fedora 36

/usr/share/doc/perl-Affix-Infix2Postfix
/usr/share/doc/perl-Affix-Infix2Postfix/Changes
/usr/share/doc/perl-Affix-Infix2Postfix/README
/usr/share/man/man3/Affix::Infix2Postfix.3pm.gz
/usr/share/perl5/vendor_perl/Affix
/usr/share/perl5/vendor_perl/Affix/Infix2Postfix.pm
/usr/share/perl5/vendor_perl/auto
/usr/share/perl5/vendor_perl/auto/Affix
/usr/share/perl5/vendor_perl/auto/Affix/Infix2Postfix
/usr/share/perl5/vendor_perl/auto/Affix/Infix2Postfix/autosplit.ix

References

Summary

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