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

Last updated: September 28,2024

1. Install "perl-smartmatch.x86_64" package

This tutorial shows how to install perl-smartmatch.x86_64 on Fedora 39

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

2. Uninstall "perl-smartmatch.x86_64" package

This guide covers the steps necessary to uninstall perl-smartmatch.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 3:55:53 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-smartmatch
Version : 0.05
Release : 30.fc39
Architecture : x86_64
Size : 24 k
Source : perl-smartmatch-0.05-30.fc39.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.