How to Install and Uninstall perl-Test-Needs.noarch Package on CentOS Stream 8

Last updated: May 03,2024

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

Please follow the guidance below to install perl-Test-Needs.noarch on CentOS Stream 8

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

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

Please follow the guidelines below to uninstall perl-Test-Needs.noarch on CentOS Stream 8:

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

3. Information about the perl-Test-Needs.noarch package on CentOS Stream 8

Last metadata expiration check: 4:16:29 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Test-Needs
Version : 0.002006
Release : 3.el8
Architecture : noarch
Size : 16 k
Source : perl-Test-Needs-0.002006-3.el8.src.rpm
Repository : epel
Summary : Skip tests when modules not available
URL : https://metacpan.org/release/Test-Needs
License : GPL+ or Artistic
Description : Skip test scripts if modules are not available. The requested modules will
: be loaded, and optionally have their versions checked. If the module is
: missing, the test script will be skipped. Modules that are found but fail
: to compile will exit with an error rather than skip.