How to Install and Uninstall perl-Test-API.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: May 20,2024

1. Install "perl-Test-API.noarch" package

This guide covers the steps necessary to install perl-Test-API.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-Test-API.noarch

2. Uninstall "perl-Test-API.noarch" package

This tutorial shows how to uninstall perl-Test-API.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove perl-Test-API.noarch $ sudo dnf autoremove

3. Information about the perl-Test-API.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:57:46 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Test-API
Version : 0.010
Release : 6.el8
Architecture : noarch
Size : 23 k
Source : perl-Test-API-0.010-6.el8.src.rpm
Repository : epel
Summary : Test a list of subroutines provided by a module
URL : https://metacpan.org/release/Test-API
License : ASL 2.0
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.