How To Install perl-Perl-Tags on Fedora 36
Introduction
In this tutorial we learn how to install perl-Perl-Tags
on Fedora 36.
What is perl-Perl-Tags
Generate (possibly exuberant) Ctags style tags for Perl source code. Recursively follows use and require statements, up to a maximum of max_level. The implemented tagger, Perl slightly updated, of the original pltags code, and is rather naive. It should be possible to subclass using something like PPI or Text aware that this is alpha software and the internals are subject to change.
We can use yum
or dnf
to install perl-Perl-Tags
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Perl-Tags.
Install perl-Perl-Tags 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-Perl-Tags
using dnf
by running the following command:
sudo dnf -y install perl-Perl-Tags
Install perl-Perl-Tags 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-Perl-Tags
using yum
by running the following command:
sudo yum -y install perl-Perl-Tags
How To Uninstall perl-Perl-Tags on Fedora 36
To uninstall only the perl-Perl-Tags
package we can use the following command:
sudo dnf remove perl-Perl-Tags
perl-Perl-Tags Package Contents on Fedora 36
/usr/bin/perl-tags
/usr/bin/require-perl-tags
/usr/bin/require-perl-tags-packed
/usr/share/doc/perl-Perl-Tags
/usr/share/doc/perl-Perl-Tags/Changes
/usr/share/doc/perl-Perl-Tags/README
/usr/share/doc/perl-Perl-Tags/TODO
/usr/share/man/man1/perl-tags.1.gz
/usr/share/man/man3/App::Perl::Tags.3pm.gz
/usr/share/man/man3/Perl::Tags.3pm.gz
/usr/share/man/man3/Perl::Tags::Hybrid.3pm.gz
/usr/share/man/man3/Perl::Tags::Naive.3pm.gz
/usr/share/man/man3/Perl::Tags::Naive::Lib.3pm.gz
/usr/share/man/man3/Perl::Tags::Naive::Moose.3pm.gz
/usr/share/man/man3/Perl::Tags::Naive::Spiffy.3pm.gz
/usr/share/man/man3/Perl::Tags::PPI.3pm.gz
/usr/share/man/man3/Perl::Tags::Tag.3pm.gz
/usr/share/man/man3/Test::Perl::Tags.3pm.gz
/usr/share/perl5/vendor_perl/App
/usr/share/perl5/vendor_perl/App/Perl
/usr/share/perl5/vendor_perl/App/Perl/Tags.pm
/usr/share/perl5/vendor_perl/Perl
/usr/share/perl5/vendor_perl/Perl/Tags
/usr/share/perl5/vendor_perl/Perl/Tags.pm
/usr/share/perl5/vendor_perl/Perl/Tags/Hybrid.pm
/usr/share/perl5/vendor_perl/Perl/Tags/Naive
/usr/share/perl5/vendor_perl/Perl/Tags/Naive.pm
/usr/share/perl5/vendor_perl/Perl/Tags/Naive/Lib.pm
/usr/share/perl5/vendor_perl/Perl/Tags/Naive/Moose.pm
/usr/share/perl5/vendor_perl/Perl/Tags/Naive/Spiffy.pm
/usr/share/perl5/vendor_perl/Perl/Tags/PPI.pm
/usr/share/perl5/vendor_perl/Perl/Tags/Tag.pm
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Perl
/usr/share/perl5/vendor_perl/Test/Perl/Tags.pm
References
Summary
In this tutorial we learn how to install perl-Perl-Tags
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).