How to Install and Uninstall perl-Perl-PrereqScanner-NotQuiteLite.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 01,2024

1. Install "perl-Perl-PrereqScanner-NotQuiteLite.noarch" package

This is a short guide on how to install perl-Perl-PrereqScanner-NotQuiteLite.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Perl-PrereqScanner-NotQuiteLite.noarch

2. Uninstall "perl-Perl-PrereqScanner-NotQuiteLite.noarch" package

Here is a brief guide to show you how to uninstall perl-Perl-PrereqScanner-NotQuiteLite.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-Perl-PrereqScanner-NotQuiteLite.noarch $ sudo dnf autoremove

3. Information about the perl-Perl-PrereqScanner-NotQuiteLite.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:49:20 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Perl-PrereqScanner-NotQuiteLite
Version : 0.9914
Release : 1.el9
Architecture : noarch
Size : 110 k
Source : perl-Perl-PrereqScanner-NotQuiteLite-0.9914-1.el9.src.rpm
Repository : epel
Summary : A tool to scan your Perl code for its prerequisites
URL : https://metacpan.org/release/Perl-PrereqScanner-NotQuiteLite
License : GPL+ or Artistic
Description : Perl::PrereqScanner::NotQuiteLite is yet another prerequisites scanner. It
: passes almost all the scanning tests for Perl::PrereqScanner and
: Module::ExtractUse (i.e. except for a few dubious ones), and runs slightly
: faster than PPI-based Perl::PrereqScanner. However, it doesn't run as fast as
: Perl::PrereqScanner::Lite (which uses an XS lexer).
:
: Perl::PrereqScanner::NotQuiteLite also recognizes eval. Prerequisites in eval
: are not considered as requirements, but you can collect them as suggestions.
:
: Conditional requirements or requirements loaded in a block are treated as
: recommends. No-ed modules are stored separately (since 0.94). You may or may
: not need to merge them into requires.