How To Install perl-Module-Install-Copyright on Fedora 36

In this tutorial we learn how to install perl-Module-Install-Copyright in Fedora 36. perl-Module-Install-Copyright is Package a COPYRIGHT file with a distribution

Introduction

In this tutorial we learn how to install perl-Module-Install-Copyright on Fedora 36.

This Module embedded POD and/or RDF meta-data included in the distribution, and outputs it as a text file called COPYRIGHT which should roughly conform to the Debian copyright file format.

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Module-Install-Copyright using dnf by running the following command:

sudo dnf -y install perl-Module-Install-Copyright

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Module-Install-Copyright using yum by running the following command:

sudo yum -y install perl-Module-Install-Copyright

To uninstall only the perl-Module-Install-Copyright package we can use the following command:

sudo dnf remove perl-Module-Install-Copyright
/usr/share/doc/perl-Module-Install-Copyright
/usr/share/doc/perl-Module-Install-Copyright/CONTRIBUTING
/usr/share/doc/perl-Module-Install-Copyright/COPYRIGHT
/usr/share/doc/perl-Module-Install-Copyright/CREDITS
/usr/share/doc/perl-Module-Install-Copyright/Changes
/usr/share/doc/perl-Module-Install-Copyright/README
/usr/share/doc/perl-Module-Install-Copyright/examples
/usr/share/doc/perl-Module-Install-Copyright/examples/example-output.txt
/usr/share/licenses/perl-Module-Install-Copyright
/usr/share/licenses/perl-Module-Install-Copyright/LICENSE
/usr/share/man/man3/Module::Install::Admin::Copyright.3pm.gz
/usr/share/man/man3/Module::Install::Admin::Credits.3pm.gz
/usr/share/man/man3/Module::Install::Copyright.3pm.gz
/usr/share/man/man3/Module::Install::Credits.3pm.gz
/usr/share/perl5/vendor_perl/Module
/usr/share/perl5/vendor_perl/Module/Install
/usr/share/perl5/vendor_perl/Module/Install/Admin
/usr/share/perl5/vendor_perl/Module/Install/Admin/Copyright.pm
/usr/share/perl5/vendor_perl/Module/Install/Admin/Credits.pm
/usr/share/perl5/vendor_perl/Module/Install/Copyright.pm
/usr/share/perl5/vendor_perl/Module/Install/Credits.pm

References

Summary

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