How To Install perl-Compress-LZF on Fedora 36

In this tutorial we learn how to install perl-Compress-LZF in Fedora 36. perl-Compress-LZF is Extremely light-weight Lempel-Ziv-Free compression

Introduction

In this tutorial we learn how to install perl-Compress-LZF on Fedora 36.

What is perl-Compress-LZF

This is Perl binding to the LZF compression library.

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

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

sudo dnf -y install perl-Compress-LZF

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

sudo yum -y install perl-Compress-LZF

How To Uninstall perl-Compress-LZF on Fedora 36

To uninstall only the perl-Compress-LZF package we can use the following command:

sudo dnf remove perl-Compress-LZF

perl-Compress-LZF Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/3281aa34d1ccc34fb0922227283a31316214c8
/usr/lib64/perl5/vendor_perl/Compress
/usr/lib64/perl5/vendor_perl/Compress/LZF.pm
/usr/lib64/perl5/vendor_perl/auto/Compress
/usr/lib64/perl5/vendor_perl/auto/Compress/LZF
/usr/lib64/perl5/vendor_perl/auto/Compress/LZF/LZF.so
/usr/share/doc/perl-Compress-LZF
/usr/share/doc/perl-Compress-LZF/Changes
/usr/share/doc/perl-Compress-LZF/README
/usr/share/licenses/perl-Compress-LZF
/usr/share/licenses/perl-Compress-LZF/COPYING
/usr/share/licenses/perl-Compress-LZF/COPYING.Artistic
/usr/share/licenses/perl-Compress-LZF/COPYING.GNU
/usr/share/man/man3/Compress::LZF.3pm.gz

References

Summary

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