How to Install and Uninstall perl-Module-Install-CheckLib.noarch Package on Rocky Linux 9

Last updated: October 06,2024

1. Install "perl-Module-Install-CheckLib.noarch" package

In this section, we are going to explain the necessary steps to install perl-Module-Install-CheckLib.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-Module-Install-CheckLib.noarch

2. Uninstall "perl-Module-Install-CheckLib.noarch" package

This is a short guide on how to uninstall perl-Module-Install-CheckLib.noarch on Rocky Linux 9:

$ sudo dnf remove perl-Module-Install-CheckLib.noarch $ sudo dnf autoremove

3. Information about the perl-Module-Install-CheckLib.noarch package on Rocky Linux 9

Last metadata expiration check: 1:23:33 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Module-Install-CheckLib
Version : 0.14
Release : 1.el9
Architecture : noarch
Size : 20 k
Source : perl-Module-Install-CheckLib-0.14-1.el9.src.rpm
Repository : epel
Summary : Module::Install extension to check that a library is available
URL : https://metacpan.org/release/Module-Install-CheckLib
License : GPL+ or Artistic
Description : Module::Install::CheckLib is a Module::Install extension that integrates
: Devel::CheckLib so that CPAN authors may stipulate which particular C
: library and its headers they want available and to exit the Makefile.PL
: gracefully if they aren't.