How to Install and Uninstall perl-Shell.noarch Package on Fedora 34
Last updated: November 26,2024
1. Install "perl-Shell.noarch" package
This guide covers the steps necessary to install perl-Shell.noarch on Fedora 34
$
sudo dnf update
Copied
$
sudo dnf install
perl-Shell.noarch
Copied
2. Uninstall "perl-Shell.noarch" package
Here is a brief guide to show you how to uninstall perl-Shell.noarch on Fedora 34:
$
sudo dnf remove
perl-Shell.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Shell.noarch package on Fedora 34
Last metadata expiration check: 4:47:12 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Shell
Version : 0.73
Release : 16.fc34
Architecture : noarch
Size : 17 k
Source : perl-Shell-0.73-16.fc34.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.
Available Packages
Name : perl-Shell
Version : 0.73
Release : 16.fc34
Architecture : noarch
Size : 17 k
Source : perl-Shell-0.73-16.fc34.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.