How To Install perl-Software-License on Rocky Linux 8

In this tutorial we learn how to install perl-Software-License on Rocky Linux 8. perl-Software-License is Package that provides templated software licenses

Introduction

In this tutorial we learn how to install perl-Software-License on Rocky Linux 8.

What is perl-Software-License

Software-License contains templates for common open source software licenses.

We can use yum or dnf to install perl-Software-License on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Software-License.

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

sudo dnf -y install perl-Software-License

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

sudo yum -y install perl-Software-License

How To Uninstall perl-Software-License on Rocky Linux 8

To uninstall only the perl-Software-License package we can use the following command:

sudo dnf remove perl-Software-License

perl-Software-License Package Contents on Rocky Linux 8

/usr/share/doc/perl-Software-License
/usr/share/doc/perl-Software-License/Changes
/usr/share/doc/perl-Software-License/README
/usr/share/licenses/perl-Software-License
/usr/share/licenses/perl-Software-License/LICENSE
/usr/share/man/man3/Software::License.3pm.gz
/usr/share/man/man3/Software::License::AGPL_3.3pm.gz
/usr/share/man/man3/Software::License::Apache_1_1.3pm.gz
/usr/share/man/man3/Software::License::Apache_2_0.3pm.gz
/usr/share/man/man3/Software::License::Artistic_1_0.3pm.gz
/usr/share/man/man3/Software::License::Artistic_2_0.3pm.gz
/usr/share/man/man3/Software::License::BSD.3pm.gz
/usr/share/man/man3/Software::License::CC0_1_0.3pm.gz
/usr/share/man/man3/Software::License::Custom.3pm.gz
/usr/share/man/man3/Software::License::EUPL_1_1.3pm.gz
/usr/share/man/man3/Software::License::EUPL_1_2.3pm.gz
/usr/share/man/man3/Software::License::FreeBSD.3pm.gz
/usr/share/man/man3/Software::License::GFDL_1_2.3pm.gz
/usr/share/man/man3/Software::License::GFDL_1_3.3pm.gz
/usr/share/man/man3/Software::License::GPL_1.3pm.gz
/usr/share/man/man3/Software::License::GPL_2.3pm.gz
/usr/share/man/man3/Software::License::GPL_3.3pm.gz
/usr/share/man/man3/Software::License::LGPL_2_1.3pm.gz
/usr/share/man/man3/Software::License::LGPL_3_0.3pm.gz
/usr/share/man/man3/Software::License::MIT.3pm.gz
/usr/share/man/man3/Software::License::Mozilla_1_0.3pm.gz
/usr/share/man/man3/Software::License::Mozilla_1_1.3pm.gz
/usr/share/man/man3/Software::License::Mozilla_2_0.3pm.gz
/usr/share/man/man3/Software::License::None.3pm.gz
/usr/share/man/man3/Software::License::OpenSSL.3pm.gz
/usr/share/man/man3/Software::License::Perl_5.3pm.gz
/usr/share/man/man3/Software::License::PostgreSQL.3pm.gz
/usr/share/man/man3/Software::License::QPL_1_0.3pm.gz
/usr/share/man/man3/Software::License::SSLeay.3pm.gz
/usr/share/man/man3/Software::License::Sun.3pm.gz
/usr/share/man/man3/Software::License::Zlib.3pm.gz
/usr/share/man/man3/Software::LicenseUtils.3pm.gz
/usr/share/perl5/vendor_perl/Software
/usr/share/perl5/vendor_perl/Software/License
/usr/share/perl5/vendor_perl/Software/License.pm
/usr/share/perl5/vendor_perl/Software/License/AGPL_3.pm
/usr/share/perl5/vendor_perl/Software/License/Apache_1_1.pm
/usr/share/perl5/vendor_perl/Software/License/Apache_2_0.pm
/usr/share/perl5/vendor_perl/Software/License/Artistic_1_0.pm
/usr/share/perl5/vendor_perl/Software/License/Artistic_2_0.pm
/usr/share/perl5/vendor_perl/Software/License/BSD.pm
/usr/share/perl5/vendor_perl/Software/License/CC0_1_0.pm
/usr/share/perl5/vendor_perl/Software/License/Custom.pm
/usr/share/perl5/vendor_perl/Software/License/EUPL_1_1.pm
/usr/share/perl5/vendor_perl/Software/License/EUPL_1_2.pm
/usr/share/perl5/vendor_perl/Software/License/FreeBSD.pm
/usr/share/perl5/vendor_perl/Software/License/GFDL_1_2.pm
/usr/share/perl5/vendor_perl/Software/License/GFDL_1_3.pm
/usr/share/perl5/vendor_perl/Software/License/GPL_1.pm
/usr/share/perl5/vendor_perl/Software/License/GPL_2.pm
/usr/share/perl5/vendor_perl/Software/License/GPL_3.pm
/usr/share/perl5/vendor_perl/Software/License/LGPL_2_1.pm
/usr/share/perl5/vendor_perl/Software/License/LGPL_3_0.pm
/usr/share/perl5/vendor_perl/Software/License/MIT.pm
/usr/share/perl5/vendor_perl/Software/License/Mozilla_1_0.pm
/usr/share/perl5/vendor_perl/Software/License/Mozilla_1_1.pm
/usr/share/perl5/vendor_perl/Software/License/Mozilla_2_0.pm
/usr/share/perl5/vendor_perl/Software/License/None.pm
/usr/share/perl5/vendor_perl/Software/License/OpenSSL.pm
/usr/share/perl5/vendor_perl/Software/License/Perl_5.pm
/usr/share/perl5/vendor_perl/Software/License/PostgreSQL.pm
/usr/share/perl5/vendor_perl/Software/License/QPL_1_0.pm
/usr/share/perl5/vendor_perl/Software/License/SSLeay.pm
/usr/share/perl5/vendor_perl/Software/License/Sun.pm
/usr/share/perl5/vendor_perl/Software/License/Zlib.pm
/usr/share/perl5/vendor_perl/Software/LicenseUtils.pm

References

Summary

In this tutorial we learn how to install perl-Software-License on Rocky Linux 8 using yum and dnf.