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

Last updated: October 11,2024

1. Install "perl-vars.noarch" package

Here is a brief guide to show you how to install perl-vars.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-vars.noarch

2. Uninstall "perl-vars.noarch" package

Please follow the guidelines below to uninstall perl-vars.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-vars.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:09:18 ago on Mon Feb 26 07:04:30 2024.
Installed Packages
Name : perl-vars
Version : 1.05
Release : 480.el9
Architecture : noarch
Size : 4.8 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : @System
From repo : ubi-9-appstream-rpms
Summary : Perl pragma to predeclare global variable names
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : This pragma will predeclare all the variables whose names are in the
: list, allowing you to use them under "use strict", and disabling any
: typo warnings for them.
:
: For use with variables in the current package for a single scope, the
: functionality provided by this pragma has been superseded by "our"
: declarations, available in Perl v5.6.0 or later, and use of this pragma is
: discouraged.