How to Install and Uninstall perl-Test-CleanNamespaces.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: May 20,2024

1. Install "perl-Test-CleanNamespaces.noarch" package

Please follow the guidelines below to install perl-Test-CleanNamespaces.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-Test-CleanNamespaces.noarch

2. Uninstall "perl-Test-CleanNamespaces.noarch" package

This tutorial shows how to uninstall perl-Test-CleanNamespaces.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove perl-Test-CleanNamespaces.noarch $ sudo dnf autoremove

3. Information about the perl-Test-CleanNamespaces.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:02:29 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Test-CleanNamespaces
Version : 0.24
Release : 6.el8
Architecture : noarch
Size : 30 k
Source : perl-Test-CleanNamespaces-0.24-6.el8.src.rpm
Repository : epel
Summary : Check for uncleaned imports
URL : https://metacpan.org/release/Test-CleanNamespaces
License : GPL+ or Artistic
Description : This module lets you check your module's namespaces for imported functions you
: might have forgotten to remove with namespace::autoclean or namespace::clean
: and are therefore available to be called as methods, which usually isn't want
: you want.