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

Last updated: April 29,2024

1. Install "perl-Switch.noarch" package

This tutorial shows how to install perl-Switch.noarch on Fedora 35

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

2. Uninstall "perl-Switch.noarch" package

Please follow the steps below to uninstall perl-Switch.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:43:18 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Switch
Version : 2.17
Release : 23.fc35
Architecture : noarch
Size : 26 k
Source : perl-Switch-2.17-23.fc35.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.