How to Install and Uninstall perl-match-simple.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

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

This guide let you learn how to install perl-match-simple.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the step by step instructions below to uninstall perl-match-simple.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-match-simple.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:24:53 ago on Mon Feb 26 07:04:30 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.