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

Last updated: May 20,2024

1. Install "perl-Test-ClassAPI" package

Please follow the step by step instructions below to install perl-Test-ClassAPI on openSUSE Leap

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

2. Uninstall "perl-Test-ClassAPI" package

Please follow the steps below to uninstall perl-Test-ClassAPI on openSUSE Leap:

$ sudo zypper remove perl-Test-ClassAPI

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

Information for package perl-Test-ClassAPI:
-------------------------------------------
Repository : Main Repository
Name : perl-Test-ClassAPI
Version : 1.07-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 37.3 KiB
Installed : No
Status : not installed
Source package : perl-Test-ClassAPI-1.07-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/Test-ClassAPI/
Summary : Provides basic first-pass API testing for large class trees
Description :
For many APIs with large numbers of classes, it can be very useful to be
able to do a quick once-over to make sure that classes, methods, and
inheritance is correct, before doing more comprehensive testing. This
module aims to provide such a capability.