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

Last updated: May 18,2024

1. Install "perl-Perl6-Junction" package

This tutorial shows how to install perl-Perl6-Junction on openSuSE Tumbleweed

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

2. Uninstall "perl-Perl6-Junction" package

Please follow the step by step instructions below to uninstall perl-Perl6-Junction on openSuSE Tumbleweed:

$ sudo zypper remove perl-Perl6-Junction

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

Information for package perl-Perl6-Junction:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Perl6-Junction
Version : 1.60000-3.30
Arch : noarch
Vendor : openSUSE
Installed Size : 21.3 KiB
Installed : No
Status : not installed
Source package : perl-Perl6-Junction-1.60000-3.30.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/'.