How to Install and Uninstall perl-B-Keywords.noarch Package on CentOS 8 / RHEL 8

Last updated: March 29,2024

1. Install "perl-B-Keywords.noarch" package

Please follow the guidelines below to install perl-B-Keywords.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install perl-B-Keywords.noarch

2. Uninstall "perl-B-Keywords.noarch" package

Here is a brief guide to show you how to uninstall perl-B-Keywords.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove perl-B-Keywords.noarch $ sudo dnf autoremove

3. Information about the perl-B-Keywords.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:31:30 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : perl-B-Keywords
Version : 1.20
Release : 1.el8
Architecture : noarch
Size : 23 k
Source : perl-B-Keywords-1.20-1.el8.src.rpm
Repository : epel
Summary : Lists of reserved barewords and symbol names
URL : https://metacpan.org/release/B-Keywords
License : GPL+ or Artistic
Description : B::Keywords supplies several arrays of exportable keywords: @Scalars, @Arrays,
: @Hashes, @Filehandles, @Symbols, @Functions, @Barewords, @TieIOMethods,
: @UNIVERSALMethods and @ExporterSymbols.
:
: The @Symbols array includes the contents of each of @Scalars, @Arrays, @Hashes,
: @Functions and @Filehandles.
:
: Similarly, @Barewords adds a few non-function keywords and operators to the
: @Functions array.