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

Last updated: October 06,2024

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

Please follow the steps below to install perl-Syntax-Keyword-Match.x86_64 on Fedora 36

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

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

Please follow the guidance below to uninstall perl-Syntax-Keyword-Match.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 2:55:23 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Syntax-Keyword-Match
Version : 0.09
Release : 1.fc36
Architecture : x86_64
Size : 34 k
Source : perl-Syntax-Keyword-Match-0.09-1.fc36.src.rpm
Repository : fedora
Summary : Match/case syntax for Perl
URL : https://metacpan.org/release/Syntax-Keyword-Match
License : GPL+ or Artistic
Description : This module provides a syntax plugin that implements a control-flow block
: called match/case, which executes at most one of a choice of different
: blocks depending on the value of its controlling expression.