How to Install and Uninstall perl-Syntax-Keyword-Junction Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "perl-Syntax-Keyword-Junction" package

Please follow the steps below to install perl-Syntax-Keyword-Junction on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Syntax-Keyword-Junction

2. Uninstall "perl-Syntax-Keyword-Junction" package

This is a short guide on how to uninstall perl-Syntax-Keyword-Junction on openSuSE Tumbleweed:

$ sudo zypper remove perl-Syntax-Keyword-Junction

3. Information about the perl-Syntax-Keyword-Junction package on openSuSE Tumbleweed

Information for package perl-Syntax-Keyword-Junction:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Syntax-Keyword-Junction
Version : 0.003008-1.29
Arch : noarch
Vendor : openSUSE
Installed Size : 54.8 KiB
Installed : No
Status : not installed
Source package : perl-Syntax-Keyword-Junction-0.003008-1.29.src
Upstream URL : http://search.cpan.org/dist/Syntax-Keyword-Junction/
Summary : Perl6 style Junction operators in Perl5
Description :
This is a lightweight module which provides 'Junction' operators, the most
commonly used being 'any' and 'all'.
Inspired by the Perl6 design docs, the
http://dev.perl.org/perl6/doc/design/exe/E06.html manpage.
Provides a limited subset of the functionality of the
Quantum::Superpositions manpage, see the /"SEE ALSO" manpage for comment.
Notice in the the /SYNOPSIS manpage above, that if you want to match
against a regular expression, you must use '==' or '!='. *Not* '=~' or
'!~'. You must also use a regex object, such as 'qr/\d/', not a plain regex
such as '/\d/'.