How to Install and Uninstall perl-match-simple.noarch Package on Oracle Linux 9

Last updated: June 26,2024

1. Install "perl-match-simple.noarch" package

Please follow the guidance below to install perl-match-simple.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-match-simple.noarch

2. Uninstall "perl-match-simple.noarch" package

Please follow the steps below to uninstall perl-match-simple.noarch on Oracle Linux 9:

$ sudo dnf remove perl-match-simple.noarch $ sudo dnf autoremove

3. Information about the perl-match-simple.noarch package on Oracle Linux 9

Last metadata expiration check: 3:51:57 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-match-simple
Version : 0.010
Release : 11.el9
Architecture : noarch
Size : 26 k
Source : perl-match-simple-0.010-11.el9.src.rpm
Repository : epel
Summary : Simplified clone of smartmatch operator
URL : http://search.cpan.org/dist/match-simple/
License : GPL+ or Artistic
Description : match::simple provides a simple match operator |M| that acts like a sane
: subset of the (as of Perl 5.18) deprecated smart match operator. Unlike
: smart match, the behaviour of the match is determined entirely by the
: operand on the right hand side.