How To Install perl-Archive-Any on Fedora 36
Introduction
In this tutorial we learn how to install perl-Archive-Any on Fedora 36.
What is perl-Archive-Any
This module is a single interface for manipulating different archive formats. Tarballs, zip files, etc.
We can use yum or dnf to install perl-Archive-Any on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Archive-Any.
Install perl-Archive-Any 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-Archive-Any using dnf by running the following command:
sudo dnf -y install perl-Archive-Any
Install perl-Archive-Any 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-Archive-Any using yum by running the following command:
sudo yum -y install perl-Archive-Any
How To Uninstall perl-Archive-Any on Fedora 36
To uninstall only the perl-Archive-Any package we can use the following command:
sudo dnf remove perl-Archive-Any
perl-Archive-Any Package Contents on Fedora 36
/usr/share/doc/perl-Archive-Any
/usr/share/doc/perl-Archive-Any/CONTRIBUTORS
/usr/share/doc/perl-Archive-Any/Changes
/usr/share/doc/perl-Archive-Any/README.md
/usr/share/licenses/perl-Archive-Any
/usr/share/licenses/perl-Archive-Any/LICENSE
/usr/share/man/man3/Archive::Any.3pm.gz
/usr/share/man/man3/Archive::Any::Plugin.3pm.gz
/usr/share/man/man3/Archive::Any::Plugin::Tar.3pm.gz
/usr/share/man/man3/Archive::Any::Plugin::Zip.3pm.gz
/usr/share/man/man3/Archive::Any::Tar.3pm.gz
/usr/share/man/man3/Archive::Any::Zip.3pm.gz
/usr/share/perl5/vendor_perl/Archive
/usr/share/perl5/vendor_perl/Archive/Any
/usr/share/perl5/vendor_perl/Archive/Any.pm
/usr/share/perl5/vendor_perl/Archive/Any/Plugin
/usr/share/perl5/vendor_perl/Archive/Any/Plugin.pm
/usr/share/perl5/vendor_perl/Archive/Any/Plugin/Tar.pm
/usr/share/perl5/vendor_perl/Archive/Any/Plugin/Zip.pm
/usr/share/perl5/vendor_perl/Archive/Any/Tar.pm
/usr/share/perl5/vendor_perl/Archive/Any/Zip.pm
References
Summary
In this tutorial we learn how to install perl-Archive-Any on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).