How To Install perl-Syntax-Highlight-Perl-Improved on Fedora 36

In this tutorial we learn how to install perl-Syntax-Highlight-Perl-Improved in Fedora 36. perl-Syntax-Highlight-Perl-Improved is Highlighting of Perl Syntactical Structures

Introduction

In this tutorial we learn how to install perl-Syntax-Highlight-Perl-Improved on Fedora 36.

What is perl-Syntax-Highlight-Perl-Improved

This module provides syntax highlighting for Perl code. The design bias is roughly line-oriented and streamed (i.e. processing a file line-by-line in a single pass). Provisions may be made in the future for tasks related to “back- tracking” (i.e. re-doing a single line in the middle of a stream) such as speeding up state copying.

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

Install perl-Syntax-Highlight-Perl-Improved 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-Highlight-Perl-Improved using dnf by running the following command:

sudo dnf -y install perl-Syntax-Highlight-Perl-Improved

Install perl-Syntax-Highlight-Perl-Improved 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-Highlight-Perl-Improved using yum by running the following command:

sudo yum -y install perl-Syntax-Highlight-Perl-Improved

How To Uninstall perl-Syntax-Highlight-Perl-Improved on Fedora 36

To uninstall only the perl-Syntax-Highlight-Perl-Improved package we can use the following command:

sudo dnf remove perl-Syntax-Highlight-Perl-Improved

perl-Syntax-Highlight-Perl-Improved Package Contents on Fedora 36

/usr/share/doc/perl-Syntax-Highlight-Perl-Improved
/usr/share/doc/perl-Syntax-Highlight-Perl-Improved/ChangeLog
/usr/share/doc/perl-Syntax-Highlight-Perl-Improved/README
/usr/share/doc/perl-Syntax-Highlight-Perl-Improved/viewperl
/usr/share/man/man3/Syntax::Highlight::Perl::Improved.3pm.gz
/usr/share/perl5/vendor_perl/Syntax
/usr/share/perl5/vendor_perl/Syntax/Highlight
/usr/share/perl5/vendor_perl/Syntax/Highlight/Perl
/usr/share/perl5/vendor_perl/Syntax/Highlight/Perl/Improved.pm

References

Summary

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