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

Last updated: October 06,2024

1. Install "perl-smartmatch.x86_64" package

This is a short guide on how to install perl-smartmatch.x86_64 on Fedora 36

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

2. Uninstall "perl-smartmatch.x86_64" package

Here is a brief guide to show you how to uninstall perl-smartmatch.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 2:06:31 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-smartmatch
Version : 0.05
Release : 25.fc36
Architecture : x86_64
Size : 24 k
Source : perl-smartmatch-0.05-25.fc36.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.