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

Last updated: July 06,2024

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

This guide covers the steps necessary to install perl-Package-Constants.noarch on Oracle Linux 8

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

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

This is a short guide on how to uninstall perl-Package-Constants.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 7:06:07 ago on Mon Sep 12 02:51:38 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.