How To Install perl-Compress-LZF on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-Compress-LZF
on Rocky Linux 8.
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 Rocky Linux 8. 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 Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8
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 Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/70
/usr/lib/.build-id/70/32a7a74e0b1542b0e5f89b55c9f66e0cca7f81
/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 Rocky Linux 8 using yum and dnf.