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

Last updated: July 08,2024

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

This is a short guide on how to install perl-Test-CleanNamespaces.noarch on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Test-CleanNamespaces.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:12:25 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Test-CleanNamespaces
Version : 0.24
Release : 11.fc34
Architecture : noarch
Size : 24 k
Source : perl-Test-CleanNamespaces-0.24-11.fc34.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.