How To Install perl-STD on Fedora 36

In this tutorial we learn how to install perl-STD in Fedora 36. perl-STD is The Standard Perl 6 Grammar

Introduction

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

What is perl-STD

The Standard Perl 6 Grammar.

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

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

sudo dnf -y install perl-STD

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

sudo yum -y install perl-STD

How To Uninstall perl-STD on Fedora 36

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

sudo dnf remove perl-STD

perl-STD Package Contents on Fedora 36

/usr/bin/viv
/usr/share/doc/perl-STD
/usr/share/doc/perl-STD/LICENSE
/usr/share/man/man1/viv.1.gz
/usr/share/perl5/CursorBase.pm
/usr/share/perl5/DEBUG.pm
/usr/share/perl5/NAME.pm
/usr/share/perl5/RE_ast.pm
/usr/share/perl5/STD
/usr/share/perl5/STD.pm
/usr/share/perl5/STD/Actions.pm
/usr/share/perl5/STD/Cursor.pm
/usr/share/perl5/STD/LazyMap.pm
/usr/share/perl5/STD_P5.pm
/usr/share/perl5/Stash.pm
/usr/share/perl5/auto
/usr/share/perl5/auto/share
/usr/share/perl5/auto/share/dist
/usr/share/perl5/auto/share/dist/STD
/usr/share/perl5/auto/share/dist/STD/syml
/usr/share/perl5/auto/share/dist/STD/syml/CORE.syml
/usr/share/perl5/auto/share/dist/STD/syml/Cursor.syml
/usr/share/perl5/auto/share/dist/STD/syml/CursorBase.syml
/usr/share/perl5/auto/share/dist/STD/syml/DEBUG.syml
/usr/share/perl5/auto/share/dist/STD/syml/NAME.syml
/usr/share/perl5/auto/share/dist/STD/syml/STD.syml
/usr/share/perl5/auto/share/dist/STD/syml/Stash.syml
/usr/share/perl5/auto/share/dist/STD/uniprops
/usr/share/perl5/mangle.pl

References

Summary

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