How to Install and Uninstall perl-Test-CleanNamespaces.noarch Package on Fedora 35

Last updated: September 23,2024

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

Please follow the guidance below to install perl-Test-CleanNamespaces.noarch on Fedora 35

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

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

Please follow the step by step instructions below to uninstall perl-Test-CleanNamespaces.noarch on Fedora 35:

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

3. Information about the perl-Test-CleanNamespaces.noarch package on Fedora 35

Last metadata expiration check: 5:19:36 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Test-CleanNamespaces
Version : 0.24
Release : 14.fc35
Architecture : noarch
Size : 24 k
Source : perl-Test-CleanNamespaces-0.24-14.fc35.src.rpm
Repository : fedora
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.