How to Install and Uninstall perl-Switch.noarch Package on Fedora 36

Last updated: October 09,2024

1. Install "perl-Switch.noarch" package

In this section, we are going to explain the necessary steps to install perl-Switch.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Switch.noarch

2. Uninstall "perl-Switch.noarch" package

Please follow the guidelines below to uninstall perl-Switch.noarch on Fedora 36:

$ sudo dnf remove perl-Switch.noarch $ sudo dnf autoremove

3. Information about the perl-Switch.noarch package on Fedora 36

Last metadata expiration check: 2:23:01 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Switch
Version : 2.17
Release : 24.fc36
Architecture : noarch
Size : 26 k
Source : perl-Switch-2.17-24.fc36.src.rpm
Repository : fedora
Summary : A switch statement for Perl
URL : https://metacpan.org/release/Switch
License : GPL+ or Artistic
Description : Switch.pm provides the syntax and semantics for an explicit case mechanism for
: Perl. The syntax is minimal, introducing only the keywords C and
: C and conforming to the general pattern of existing Perl control
: structures. The semantics are particularly rich, allowing any one (or more) of
: nearly 30 forms of matching to be used when comparing a switch value with its
: various cases.