How To Install perl-Monotone-AutomateStdio on Fedora 36

In this tutorial we learn how to install perl-Monotone-AutomateStdio in Fedora 36. perl-Monotone-AutomateStdio is Perl interface to Monotone via automate stdio

Introduction

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

What is perl-Monotone-AutomateStdio

The Monotone Monotone’s automate stdio facility via an easy to use interface. All command, option and output formats are handled internally by this class. Any structured information returned by Monotone is parsed and returned back to the caller as lists of records for ease of access (detailed below). One also has the option of accessing Monotone’s output as one large string should you prefer.

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

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

sudo dnf -y install perl-Monotone-AutomateStdio

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

sudo yum -y install perl-Monotone-AutomateStdio

How To Uninstall perl-Monotone-AutomateStdio on Fedora 36

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

sudo dnf remove perl-Monotone-AutomateStdio

perl-Monotone-AutomateStdio Package Contents on Fedora 36

/usr/share/doc/perl-Monotone-AutomateStdio
/usr/share/doc/perl-Monotone-AutomateStdio/README
/usr/share/licenses/perl-Monotone-AutomateStdio
/usr/share/licenses/perl-Monotone-AutomateStdio/COPYING
/usr/share/man/man3/Monotone::AutomateStdio.3pm.gz
/usr/share/perl5/vendor_perl/Monotone
/usr/share/perl5/vendor_perl/Monotone/AutomateStdio.pm
/usr/share/perl5/vendor_perl/Monotone/AutomateStdio.pod

References

Summary

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