How To Install perl-Parse-ExuberantCTags on Fedora 36

In this tutorial we learn how to install perl-Parse-ExuberantCTags in Fedora 36. perl-Parse-ExuberantCTags is Efficiently parse exuberant ctags files

Introduction

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

What is perl-Parse-ExuberantCTags

This Perl module parses ctags files and handles both traditional ctags as well as extended ctags files such as produced with Exuberant ctags. To the best of my knowledge, it does not handle emacs-style “etags” files.

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

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

sudo dnf -y install perl-Parse-ExuberantCTags

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

sudo yum -y install perl-Parse-ExuberantCTags

How To Uninstall perl-Parse-ExuberantCTags on Fedora 36

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

sudo dnf remove perl-Parse-ExuberantCTags

perl-Parse-ExuberantCTags Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/35
/usr/lib/.build-id/35/89b77d8c46a7cfc94a71ba0fa232ed9f593e78
/usr/lib64/perl5/vendor_perl/Parse
/usr/lib64/perl5/vendor_perl/Parse/ExuberantCTags.pm
/usr/lib64/perl5/vendor_perl/auto/Parse
/usr/lib64/perl5/vendor_perl/auto/Parse/ExuberantCTags
/usr/lib64/perl5/vendor_perl/auto/Parse/ExuberantCTags/ExuberantCTags.so
/usr/share/doc/perl-Parse-ExuberantCTags
/usr/share/doc/perl-Parse-ExuberantCTags/Changes
/usr/share/doc/perl-Parse-ExuberantCTags/README
/usr/share/doc/perl-Parse-ExuberantCTags/perlobject.map
/usr/share/man/man3/Parse::ExuberantCTags.3pm.gz

References

Summary

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