How to Install and Uninstall perl-Package-Constants.noarch Package on CentOS 7 / RHEL 7

Last updated: April 29,2024

1. Install "perl-Package-Constants.noarch" package

Please follow the instructions below to install perl-Package-Constants.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-Package-Constants.noarch

2. Uninstall "perl-Package-Constants.noarch" package

Learn how to uninstall perl-Package-Constants.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove perl-Package-Constants.noarch $ sudo yum autoremove

3. Information about the perl-Package-Constants.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-Package-Constants
Arch : noarch
Epoch : 1
Version : 0.02
Release : 299.el7_9
Size : 4.6 k
Repo : installed
From repo : updates
Summary : List all constants declared in a package
URL : http://www.perl.org/
License : GPL+ or Artistic
Description : Package::Constants lists all the constants defined in a certain
: package. This can be useful for, among others, setting up an
: autogenerated @EXPORT/@EXPORT_OK for a Constants.pm file.