How To Install perl-Software-License-CCpack on CentOS 7

In this tutorial we learn how to install perl-Software-License-CCpack on CentOS 7. perl-Software-License-CCpack is Software::License pack for Creative Commons’ licenses

Introduction

In this tutorial we learn how to install perl-Software-License-CCpack on CentOS 7.

What is perl-Software-License-CCpack

This “license pack” contains all of the licenses from Creative Commons, except for CC0, which is already included in Software Note that I don’t recommend using these licenses for your own CPAN modules (most of the licenses aren’t even compatible with CPAN). However, S CPAN other purposes.

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

Install perl-Software-License-CCpack on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install perl-Software-License-CCpack using yum by running the following command:

sudo yum -y install perl-Software-License-CCpack

Install perl-Software-License-CCpack on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install perl-Software-License-CCpack using dnf by running the following command:

sudo dnf -y install perl-Software-License-CCpack

How To Uninstall perl-Software-License-CCpack on CentOS 7

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

sudo dnf remove perl-Software-License-CCpack

References

Summary

In this tutorial we learn how to install perl-Software-License-CCpack on CentOS 7 using yum and dnf.