How to Install and Uninstall perl-Perl6-Junction Package on openSUSE Leap

Last updated: April 28,2024

1. Install "perl-Perl6-Junction" package

This is a short guide on how to install perl-Perl6-Junction on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Perl6-Junction

2. Uninstall "perl-Perl6-Junction" package

This is a short guide on how to uninstall perl-Perl6-Junction on openSUSE Leap:

$ sudo zypper remove perl-Perl6-Junction

3. Information about the perl-Perl6-Junction package on openSUSE Leap

Information for package perl-Perl6-Junction:
--------------------------------------------
Repository : Main Repository
Name : perl-Perl6-Junction
Version : 1.60000-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 21.5 KiB
Installed : No
Status : not installed
Source package : perl-Perl6-Junction-1.60000-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/Perl6-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/'.