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

Last updated: July 04,2024

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

Learn how to install perl-Test-ClassAPI.noarch on Fedora 34

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

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

Please follow the guidance below to uninstall perl-Test-ClassAPI.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:04:53 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Test-ClassAPI
Version : 1.07
Release : 14.fc34
Architecture : noarch
Size : 24 k
Source : perl-Test-ClassAPI-1.07-14.fc34.src.rpm
Repository : fedora
Summary : Provides basic first-pass API testing for large class trees
URL : https://metacpan.org/release/Test-ClassAPI
License : GPL+ or Artistic
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.