How To Install perl-Compress-Raw-Lzma on Fedora 36

In this tutorial we learn how to install perl-Compress-Raw-Lzma in Fedora 36. perl-Compress-Raw-Lzma is Low-level interface to lzma compression library

Introduction

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

What is perl-Compress-Raw-Lzma

This module provides a Perl interface to the lzma compression library. It is used by IO

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

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

sudo dnf -y install perl-Compress-Raw-Lzma

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

sudo yum -y install perl-Compress-Raw-Lzma

How To Uninstall perl-Compress-Raw-Lzma on Fedora 36

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

sudo dnf remove perl-Compress-Raw-Lzma

perl-Compress-Raw-Lzma Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/4a0d48c1ad421d3a1781e7deb8c14a945cf46a
/usr/lib64/perl5/vendor_perl/Compress
/usr/lib64/perl5/vendor_perl/Compress/Raw
/usr/lib64/perl5/vendor_perl/Compress/Raw/Lzma.pm
/usr/lib64/perl5/vendor_perl/auto/Compress
/usr/lib64/perl5/vendor_perl/auto/Compress/Raw
/usr/lib64/perl5/vendor_perl/auto/Compress/Raw/Lzma
/usr/lib64/perl5/vendor_perl/auto/Compress/Raw/Lzma/Lzma.so
/usr/lib64/perl5/vendor_perl/auto/Compress/Raw/Lzma/autosplit.ix
/usr/share/doc/perl-Compress-Raw-Lzma
/usr/share/doc/perl-Compress-Raw-Lzma/Changes
/usr/share/doc/perl-Compress-Raw-Lzma/README
/usr/share/man/man3/Compress::Raw::Lzma.3pm.gz

References

Summary

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