How To Install perl-EBook-EPUB on Fedora 36

In this tutorial we learn how to install perl-EBook-EPUB in Fedora 36. perl-EBook-EPUB is Perl module for generating EPUB documents

Introduction

In this tutorial we learn how to install perl-EBook-EPUB on Fedora 36.

What is perl-EBook-EPUB

This module permits creating EPUB documents.

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

Install perl-EBook-EPUB 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-EBook-EPUB using dnf by running the following command:

sudo dnf -y install perl-EBook-EPUB

Install perl-EBook-EPUB 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-EBook-EPUB using yum by running the following command:

sudo yum -y install perl-EBook-EPUB

How To Uninstall perl-EBook-EPUB on Fedora 36

To uninstall only the perl-EBook-EPUB package we can use the following command:

sudo dnf remove perl-EBook-EPUB

perl-EBook-EPUB Package Contents on Fedora 36

/usr/share/doc/perl-EBook-EPUB
/usr/share/doc/perl-EBook-EPUB/Changes
/usr/share/doc/perl-EBook-EPUB/LICENSE
/usr/share/doc/perl-EBook-EPUB/README
/usr/share/man/man3/EBook::EPUB.3pm.gz
/usr/share/man/man3/EBook::EPUB::Container.3pm.gz
/usr/share/man/man3/EBook::EPUB::Container::Zip.3pm.gz
/usr/share/man/man3/EBook::EPUB::Guide.3pm.gz
/usr/share/man/man3/EBook::EPUB::Guide::Reference.3pm.gz
/usr/share/man/man3/EBook::EPUB::Manifest.3pm.gz
/usr/share/man/man3/EBook::EPUB::Manifest::Item.3pm.gz
/usr/share/man/man3/EBook::EPUB::Metadata.3pm.gz
/usr/share/man/man3/EBook::EPUB::Metadata::Item.3pm.gz
/usr/share/man/man3/EBook::EPUB::NCX.3pm.gz
/usr/share/man/man3/EBook::EPUB::NCX::NavPoint.3pm.gz
/usr/share/man/man3/EBook::EPUB::Spine.3pm.gz
/usr/share/man/man3/EBook::EPUB::Spine::Itemref.3pm.gz
/usr/share/perl5/vendor_perl/EBook
/usr/share/perl5/vendor_perl/EBook/EPUB
/usr/share/perl5/vendor_perl/EBook/EPUB.pm
/usr/share/perl5/vendor_perl/EBook/EPUB/Container
/usr/share/perl5/vendor_perl/EBook/EPUB/Container.pm
/usr/share/perl5/vendor_perl/EBook/EPUB/Container/Zip.pm
/usr/share/perl5/vendor_perl/EBook/EPUB/Guide
/usr/share/perl5/vendor_perl/EBook/EPUB/Guide.pm
/usr/share/perl5/vendor_perl/EBook/EPUB/Guide/Reference.pm
/usr/share/perl5/vendor_perl/EBook/EPUB/Manifest
/usr/share/perl5/vendor_perl/EBook/EPUB/Manifest.pm
/usr/share/perl5/vendor_perl/EBook/EPUB/Manifest/Item.pm
/usr/share/perl5/vendor_perl/EBook/EPUB/Metadata
/usr/share/perl5/vendor_perl/EBook/EPUB/Metadata.pm
/usr/share/perl5/vendor_perl/EBook/EPUB/Metadata/DCItem.pm
/usr/share/perl5/vendor_perl/EBook/EPUB/Metadata/Item.pm
/usr/share/perl5/vendor_perl/EBook/EPUB/NCX
/usr/share/perl5/vendor_perl/EBook/EPUB/NCX.pm
/usr/share/perl5/vendor_perl/EBook/EPUB/NCX/NavPoint.pm
/usr/share/perl5/vendor_perl/EBook/EPUB/Spine
/usr/share/perl5/vendor_perl/EBook/EPUB/Spine.pm
/usr/share/perl5/vendor_perl/EBook/EPUB/Spine/Itemref.pm

References

Summary

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