How to Install and Uninstall perl-Package-Constants.noarch Package on AlmaLinux 8

Last updated: November 01,2024

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

This guide let you learn how to install perl-Package-Constants.noarch on AlmaLinux 8

$ sudo dnf update $ sudo dnf install perl-Package-Constants.noarch

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

Please follow the instructions below to uninstall perl-Package-Constants.noarch on AlmaLinux 8:

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

3. Information about the perl-Package-Constants.noarch package on AlmaLinux 8

Last metadata expiration check: 2:15:31 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : perl-Package-Constants
Epoch : 1
Version : 0.06
Release : 19.el8
Architecture : noarch
Size : 14 k
Source : perl-Package-Constants-0.06-19.el8.src.rpm
Repository : epel
Summary : List all constants declared in a package
URL : https://metacpan.org/release/Package-Constants
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 auto-generated
: @EXPORT/@EXPORT_OK for a Constants.pm file.