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

Last updated: July 03,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 34

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

2. Uninstall "perl-Switch.noarch" package

Here is a brief guide to show you how to uninstall perl-Switch.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:58:27 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Switch
Version : 2.17
Release : 21.fc34
Architecture : noarch
Size : 26 k
Source : perl-Switch-2.17-21.fc34.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.