How to Install and Uninstall perl-Syntax-Keyword-MultiSub.x86_64 Package on Fedora 36

Last updated: April 19,2024

1. Install "perl-Syntax-Keyword-MultiSub.x86_64" package

Please follow the guidance below to install perl-Syntax-Keyword-MultiSub.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Syntax-Keyword-MultiSub.x86_64

2. Uninstall "perl-Syntax-Keyword-MultiSub.x86_64" package

This is a short guide on how to uninstall perl-Syntax-Keyword-MultiSub.x86_64 on Fedora 36:

$ sudo dnf remove perl-Syntax-Keyword-MultiSub.x86_64 $ sudo dnf autoremove

3. Information about the perl-Syntax-Keyword-MultiSub.x86_64 package on Fedora 36

Last metadata expiration check: 3:30:17 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Syntax-Keyword-MultiSub
Version : 0.02
Release : 2.fc36
Architecture : x86_64
Size : 28 k
Source : perl-Syntax-Keyword-MultiSub-0.02-2.fc36.src.rpm
Repository : fedora
Summary : Multiple dispatch on subroutines
URL : https://metacpan.org/release/Syntax-Keyword-MultiSub
License : GPL+ or Artistic
Description : This module provides a new keyword, multi, to put before subroutine
: declarations, which permits multiple distinct function bodies to be
: provided, which take different parameters. A call to a multi sub will
: invoke whichever function body best fits the arguments passed.