How To Install perl-Archive-Any-Lite on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-Archive-Any-Lite
on Rocky Linux 8.
What is perl-Archive-Any-Lite
This is a fork of Archive difference is that this works properly even when you fork(), and may require less memory to extract a tarball. On the other hand, this isn’t pluggable (it only supports file formats used in the CPAN toolchains), and it doesn’t check MIME types.
We can use yum
or dnf
to install perl-Archive-Any-Lite
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Archive-Any-Lite.
Install perl-Archive-Any-Lite 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-Archive-Any-Lite
using dnf
by running the following command:
sudo dnf -y install perl-Archive-Any-Lite
Install perl-Archive-Any-Lite 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-Archive-Any-Lite
using yum
by running the following command:
sudo yum -y install perl-Archive-Any-Lite
How To Uninstall perl-Archive-Any-Lite on Rocky Linux 8
To uninstall only the perl-Archive-Any-Lite
package we can use the following command:
sudo dnf remove perl-Archive-Any-Lite
perl-Archive-Any-Lite Package Contents on Rocky Linux 8
/usr/share/doc/perl-Archive-Any-Lite
/usr/share/doc/perl-Archive-Any-Lite/Changes
/usr/share/doc/perl-Archive-Any-Lite/README
/usr/share/licenses/perl-Archive-Any-Lite
/usr/share/licenses/perl-Archive-Any-Lite/LICENSE
/usr/share/man/man3/Archive::Any::Lite.3pm.gz
/usr/share/perl5/vendor_perl/Archive
/usr/share/perl5/vendor_perl/Archive/Any
/usr/share/perl5/vendor_perl/Archive/Any/Lite.pm
References
Summary
In this tutorial we learn how to install perl-Archive-Any-Lite
on Rocky Linux 8 using yum and dnf.