How To Install perl-ParseLex on Fedora 36

In this tutorial we learn how to install perl-ParseLex in Fedora 36. perl-ParseLex is Generator of lexical analyzers

Introduction

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

What is perl-ParseLex

The classes “Parse

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

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

sudo dnf -y install perl-ParseLex

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

sudo yum -y install perl-ParseLex

How To Uninstall perl-ParseLex on Fedora 36

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

sudo dnf remove perl-ParseLex

perl-ParseLex Package Contents on Fedora 36

/usr/share/doc/perl-ParseLex
/usr/share/doc/perl-ParseLex/Changes
/usr/share/doc/perl-ParseLex/README
/usr/share/doc/perl-ParseLex/examples
/usr/share/doc/perl-ParseLex/examples/ctokenizer.pl
/usr/share/doc/perl-ParseLex/examples/ctokens.pl
/usr/share/doc/perl-ParseLex/examples/every.pl
/usr/share/doc/perl-ParseLex/examples/evparser.pl
/usr/share/doc/perl-ParseLex/examples/evparser2.pl
/usr/share/doc/perl-ParseLex/examples/from_string.pl
/usr/share/doc/perl-ParseLex/examples/includes.pl
/usr/share/doc/perl-ParseLex/examples/sexp.pl
/usr/share/doc/perl-ParseLex/examples/sexpcond.pl
/usr/share/doc/perl-ParseLex/examples/tokenizer.pl
/usr/share/doc/perl-ParseLex/examples/tokens.pl
/usr/share/man/man3/Parse::ALex.3pm.gz
/usr/share/man/man3/Parse::CLex.3pm.gz
/usr/share/man/man3/Parse::Lex.3pm.gz
/usr/share/man/man3/Parse::LexEvent.3pm.gz
/usr/share/man/man3/Parse::Token.3pm.gz
/usr/share/man/man3/Parse::Trace.3pm.gz
/usr/share/man/man3/Parse::YYLex.3pm.gz
/usr/share/perl5/vendor_perl/Parse
/usr/share/perl5/vendor_perl/Parse/ALex.pm
/usr/share/perl5/vendor_perl/Parse/CLex.pm
/usr/share/perl5/vendor_perl/Parse/Lex.pm
/usr/share/perl5/vendor_perl/Parse/LexEvent.pm
/usr/share/perl5/vendor_perl/Parse/Token-t.pm
/usr/share/perl5/vendor_perl/Parse/Token.pm
/usr/share/perl5/vendor_perl/Parse/Trace.pm
/usr/share/perl5/vendor_perl/Parse/YYLex.pm

References

Summary

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