How to Install and Uninstall perl-Perl-Tags.noarch Package on Fedora 34

Last updated: October 07,2024

1. Install "perl-Perl-Tags.noarch" package

Please follow the guidelines below to install perl-Perl-Tags.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Perl-Tags.noarch

2. Uninstall "perl-Perl-Tags.noarch" package

This guide covers the steps necessary to uninstall perl-Perl-Tags.noarch on Fedora 34:

$ sudo dnf remove perl-Perl-Tags.noarch $ sudo dnf autoremove

3. Information about the perl-Perl-Tags.noarch package on Fedora 34

Last metadata expiration check: 2:33:40 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Perl-Tags
Version : 0.32
Release : 19.fc34
Architecture : noarch
Size : 65 k
Source : perl-Perl-Tags-0.32-19.fc34.src.rpm
Repository : fedora
Summary : Generate Ctags style tags for Perl source code
URL : https://metacpan.org/release/Perl-Tags
License : (GPL+ or Artistic) or Vim
Description : 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::Tags::Naive is a more-or-less straight ripoff,
: slightly updated, of the original pltags code, and is rather naive. It should
: be possible to subclass using something like PPI or Text::Balanced, though be
: aware that this is alpha software and the internals are subject to change.