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

Last updated: May 17,2024

1. Install "perl-Shell.noarch" package

Here is a brief guide to show you how to install perl-Shell.noarch on Fedora 36

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

2. Uninstall "perl-Shell.noarch" package

Learn how to uninstall perl-Shell.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:16:02 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Shell
Version : 0.73
Release : 19.fc36
Architecture : noarch
Size : 17 k
Source : perl-Shell-0.73-19.fc36.src.rpm
Repository : fedora
Summary : Run shell commands transparently within perl
URL : https://metacpan.org/release/Shell
License : GPL+ or Artistic
Description : Using Shell while importing "foo" creates a subroutine "foo" in the name space
: of the importing package. Calling "foo" with arguments "arg1", "arg2", ...
: results in a shell command "foo arg1 arg2...", where the function name and the
: arguments are joined with a blank.
:
: This package is included as a show case, illustrating a few Perl features. It
: shouldn't be used for production programs.