How to Install and Uninstall perl-Test-CleanNamespaces Package on openSUSE Leap

Last updated: June 11,2024

1. Install "perl-Test-CleanNamespaces" package

Please follow the steps below to install perl-Test-CleanNamespaces on openSUSE Leap

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

2. Uninstall "perl-Test-CleanNamespaces" package

Please follow the guidance below to uninstall perl-Test-CleanNamespaces on openSUSE Leap:

$ sudo zypper remove perl-Test-CleanNamespaces

3. Information about the perl-Test-CleanNamespaces package on openSUSE Leap

Information for package perl-Test-CleanNamespaces:
--------------------------------------------------
Repository : Main Repository
Name : perl-Test-CleanNamespaces
Version : 0.22-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 34.9 KiB
Installed : No
Status : not installed
Source package : perl-Test-CleanNamespaces-0.22-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/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.