How to Install and Uninstall perl-Test-API.noarch Package on Fedora 34

Last updated: September 29,2024

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

This tutorial shows how to install perl-Test-API.noarch on Fedora 34

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

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

This is a short guide on how to uninstall perl-Test-API.noarch on Fedora 34:

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

3. Information about the perl-Test-API.noarch package on Fedora 34

Last metadata expiration check: 4:37:42 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Test-API
Version : 0.010
Release : 10.fc34
Architecture : noarch
Size : 21 k
Source : perl-Test-API-0.010-10.fc34.src.rpm
Repository : fedora
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.