How To Install perl-Archive-Any-Create on Fedora 36

In this tutorial we learn how to install perl-Archive-Any-Create in Fedora 36. perl-Archive-Any-Create is Abstract API to create archives (tar, tar.gz and zip)

Introduction

In this tutorial we learn how to install perl-Archive-Any-Create on Fedora 36.

What is perl-Archive-Any-Create

Archive with a single easy-to-use API.

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

Install perl-Archive-Any-Create 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-Create using dnf by running the following command:

sudo dnf -y install perl-Archive-Any-Create

Install perl-Archive-Any-Create 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-Create using yum by running the following command:

sudo yum -y install perl-Archive-Any-Create

How To Uninstall perl-Archive-Any-Create on Fedora 36

To uninstall only the perl-Archive-Any-Create package we can use the following command:

sudo dnf remove perl-Archive-Any-Create

perl-Archive-Any-Create Package Contents on Fedora 36

/usr/share/doc/perl-Archive-Any-Create
/usr/share/doc/perl-Archive-Any-Create/Changes
/usr/share/doc/perl-Archive-Any-Create/README
/usr/share/licenses/perl-Archive-Any-Create
/usr/share/licenses/perl-Archive-Any-Create/LICENSE
/usr/share/man/man3/Archive::Any::Create.3pm.gz
/usr/share/perl5/vendor_perl/Archive
/usr/share/perl5/vendor_perl/Archive/Any
/usr/share/perl5/vendor_perl/Archive/Any/Create
/usr/share/perl5/vendor_perl/Archive/Any/Create.pm
/usr/share/perl5/vendor_perl/Archive/Any/Create/Tar.pm
/usr/share/perl5/vendor_perl/Archive/Any/Create/Zip.pm

References

Summary

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