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

Last updated: June 29,2024

1. Install "perl-System-Command.noarch" package

This is a short guide on how to install perl-System-Command.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-System-Command.noarch

2. Uninstall "perl-System-Command.noarch" package

This tutorial shows how to uninstall perl-System-Command.noarch on Fedora 34:

$ sudo dnf remove perl-System-Command.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:26:48 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-System-Command
Version : 1.121
Release : 4.fc34
Architecture : noarch
Size : 38 k
Source : perl-System-Command-1.121-4.fc34.src.rpm
Repository : fedora
Summary : Object for running system commands
URL : https://metacpan.org/release/System-Command
License : GPL+ or Artistic
Description : System::Command is a class that launches external system commands and
: return an object representing them, allowing to interact with them through
: their STDIN, STDOUT and STDERR handles.