How to Install and Uninstall perl-Shell.noarch Package on Fedora 38
Last updated: January 16,2025
1. Install "perl-Shell.noarch" package
This tutorial shows how to install perl-Shell.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
perl-Shell.noarch
Copied
2. Uninstall "perl-Shell.noarch" package
This is a short guide on how to uninstall perl-Shell.noarch on Fedora 38:
$
sudo dnf remove
perl-Shell.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Shell.noarch package on Fedora 38
Last metadata expiration check: 5:24:16 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Shell
Version : 0.73
Release : 22.fc38
Architecture : noarch
Size : 16 k
Source : perl-Shell-0.73-22.fc38.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 : 22.fc38
Architecture : noarch
Size : 16 k
Source : perl-Shell-0.73-22.fc38.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.