How to Install and Uninstall perl-B-Keywords Package on openSUSE Leap

Last updated: July 05,2024

1. Install "perl-B-Keywords" package

This tutorial shows how to install perl-B-Keywords on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-B-Keywords

2. Uninstall "perl-B-Keywords" package

Learn how to uninstall perl-B-Keywords on openSUSE Leap:

$ sudo zypper remove perl-B-Keywords

3. Information about the perl-B-Keywords package on openSUSE Leap

Information for package perl-B-Keywords:
----------------------------------------
Repository : Main Repository
Name : perl-B-Keywords
Version : 1.24-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 23.5 KiB
Installed : No
Status : not installed
Source package : perl-B-Keywords-1.24-bp155.1.5.src
Upstream URL : https://metacpan.org/release/B-Keywords
Summary : Lists of reserved barewords and symbol names
Description :
'B::Keywords' supplies several arrays of exportable keywords: '@Scalars',
'@Arrays', '@Hashes', '@Filehandles', '@Symbols', '@Functions',
'@Barewords', '@BarewordsExtra', '@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.
'@BarewordsExtra' adds a few barewords which are not in keywords.h.
All additions and modifications are welcome.
The perl parser uses a static list of keywords from _regen/keywords.pl_
which constitutes the strict list of keywords @Functions and @Barewords,
though some @Functions are not functions in the strict sense. Several
library functions use more special symbols, handles and methods.