How to Install and Uninstall perl-smartmatch.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-smartmatch.x86_64" package

Please follow the steps below to install perl-smartmatch.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install perl-smartmatch.x86_64

2. Uninstall "perl-smartmatch.x86_64" package

Please follow the step by step instructions below to uninstall perl-smartmatch.x86_64 on Fedora 34:

$ sudo dnf remove perl-smartmatch.x86_64 $ sudo dnf autoremove

3. Information about the perl-smartmatch.x86_64 package on Fedora 34

Last metadata expiration check: 4:47:06 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-smartmatch
Version : 0.05
Release : 22.fc34
Architecture : x86_64
Size : 24 k
Source : perl-smartmatch-0.05-22.fc34.src.rpm
Repository : fedora
Summary : Pluggable smart matching back-ends
URL : https://metacpan.org/release/smartmatch
License : GPL+ or Artistic
Description : This module allows you to override the behavior of the smart match operator
: ("~~"). "use smartmatch $matcher" hooks into the compiler to replace the
: smartmatch opcode with a call to a custom subroutine, specified either as
: a coderef or as a string, which will have "smartmatch::engine::" prepended to
: it and used as the name of a package in which to find a subroutine named
: "match". The subroutine will be called with two arguments, the values on the
: left and right sides of the smart match operator, and should return the
: result.