How to Install and Uninstall perl-Test-ClassAPI.noarch Package on Fedora 39

Last updated: November 27,2024

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

In this section, we are going to explain the necessary steps to install perl-Test-ClassAPI.noarch on Fedora 39

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Test-ClassAPI.noarch on Fedora 39:

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

3. Information about the perl-Test-ClassAPI.noarch package on Fedora 39

Last metadata expiration check: 0:47:13 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Test-ClassAPI
Version : 1.07
Release : 25.fc39
Architecture : noarch
Size : 23 k
Source : perl-Test-ClassAPI-1.07-25.fc39.src.rpm
Repository : fedora
Summary : Provides basic first-pass API testing for large class trees
URL : https://metacpan.org/release/Test-ClassAPI
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : Provides basic first-pass API testing for large class trees.
:
: 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.