How to Install and Uninstall perl-Module-Install-CheckLib.noarch Package on CentOS Stream 8

Last updated: October 05,2024

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

Here is a brief guide to show you how to install perl-Module-Install-CheckLib.noarch on CentOS Stream 8

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

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

Please follow the instructions below to uninstall perl-Module-Install-CheckLib.noarch on CentOS Stream 8:

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

3. Information about the perl-Module-Install-CheckLib.noarch package on CentOS Stream 8

Last metadata expiration check: 4:34:12 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Module-Install-CheckLib
Version : 0.14
Release : 1.el8
Architecture : noarch
Size : 22 k
Source : perl-Module-Install-CheckLib-0.14-1.el8.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.