How to Install and Uninstall perl-Test-CleanNamespaces Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "perl-Test-CleanNamespaces" package

Please follow the steps below to install perl-Test-CleanNamespaces on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Test-CleanNamespaces

2. Uninstall "perl-Test-CleanNamespaces" package

This is a short guide on how to uninstall perl-Test-CleanNamespaces on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-CleanNamespaces

3. Information about the perl-Test-CleanNamespaces package on openSuSE Tumbleweed

Information for package perl-Test-CleanNamespaces:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-CleanNamespaces
Version : 0.24-1.24
Arch : noarch
Vendor : openSUSE
Installed Size : 35.8 KiB
Installed : No
Status : not installed
Source package : perl-Test-CleanNamespaces-0.24-1.24.src
Upstream URL : https://metacpan.org/release/Test-CleanNamespaces
Summary : Check for uncleaned imports
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.