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

Last updated: July 06,2024

1. Install "perl-Test-ClassAPI" package

This guide let you learn how to install perl-Test-ClassAPI on openSuSE Tumbleweed

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

2. Uninstall "perl-Test-ClassAPI" package

Please follow the guidance below to uninstall perl-Test-ClassAPI on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-ClassAPI

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

Information for package perl-Test-ClassAPI:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-ClassAPI
Version : 1.07-1.24
Arch : noarch
Vendor : openSUSE
Installed Size : 37.1 KiB
Installed : No
Status : not installed
Source package : perl-Test-ClassAPI-1.07-1.24.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.