How To Install perl-File-ExtAttr on Fedora 36

In this tutorial we learn how to install perl-File-ExtAttr in Fedora 36. perl-File-ExtAttr is Perl extension for accessing extended attributes of files

Introduction

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

What is perl-File-ExtAttr

File attributes of files.

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

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

sudo dnf -y install perl-File-ExtAttr

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

sudo yum -y install perl-File-ExtAttr

How To Uninstall perl-File-ExtAttr on Fedora 36

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

sudo dnf remove perl-File-ExtAttr

perl-File-ExtAttr Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/408535f1d81b2bbfa11d5aa7d6ec7f2631b288
/usr/lib64/perl5/vendor_perl/File
/usr/lib64/perl5/vendor_perl/File/ExtAttr
/usr/lib64/perl5/vendor_perl/File/ExtAttr.pm
/usr/lib64/perl5/vendor_perl/File/ExtAttr/Tie.pm
/usr/lib64/perl5/vendor_perl/auto/File
/usr/lib64/perl5/vendor_perl/auto/File/ExtAttr
/usr/lib64/perl5/vendor_perl/auto/File/ExtAttr/ExtAttr.so
/usr/lib64/perl5/vendor_perl/auto/File/ExtAttr/autosplit.ix
/usr/share/doc/perl-File-ExtAttr
/usr/share/doc/perl-File-ExtAttr/Changes
/usr/share/doc/perl-File-ExtAttr/README
/usr/share/doc/perl-File-ExtAttr/TODO
/usr/share/man/man3/File::ExtAttr.3pm.gz
/usr/share/man/man3/File::ExtAttr::Tie.3pm.gz

References

Summary

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