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

Last updated: May 18,2024

1. Install "perl-Test-API" package

In this section, we are going to explain the necessary steps to install perl-Test-API on openSUSE Leap

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

2. Uninstall "perl-Test-API" package

This guide covers the steps necessary to uninstall perl-Test-API on openSUSE Leap:

$ sudo zypper remove perl-Test-API

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

Information for package perl-Test-API:
--------------------------------------
Repository : Main Repository
Name : perl-Test-API
Version : 0.010-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 31.8 KiB
Installed : No
Status : not installed
Source package : perl-Test-API-0.010-bp155.1.5.src
Upstream URL : https://metacpan.org/release/Test-API
Summary : Test a list of subroutines provided by a module
Description :
This simple test module checks the subroutines provided by a module. This
is useful for confirming a planned API in testing and ensuring that other
functions aren't unintentionally included via import.