How To Install perl-System-Command on Fedora 36

In this tutorial we learn how to install perl-System-Command in Fedora 36. perl-System-Command is Object for running system commands

Introduction

In this tutorial we learn how to install perl-System-Command on Fedora 36.

What is perl-System-Command

System return an object representing them, allowing to interact with them through their STDIN, STDOUT and STDERR handles.

We can use yum or dnf to install perl-System-Command on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-System-Command.

Install perl-System-Command on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-System-Command using dnf by running the following command:

sudo dnf -y install perl-System-Command

Install perl-System-Command on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-System-Command using yum by running the following command:

sudo yum -y install perl-System-Command

How To Uninstall perl-System-Command on Fedora 36

To uninstall only the perl-System-Command package we can use the following command:

sudo dnf remove perl-System-Command

perl-System-Command Package Contents on Fedora 36

/usr/share/doc/perl-System-Command
/usr/share/doc/perl-System-Command/Changes
/usr/share/doc/perl-System-Command/README
/usr/share/licenses/perl-System-Command
/usr/share/licenses/perl-System-Command/LICENSE
/usr/share/man/man3/System::Command.3pm.gz
/usr/share/man/man3/System::Command::Reaper.3pm.gz
/usr/share/perl5/vendor_perl/System
/usr/share/perl5/vendor_perl/System/Command
/usr/share/perl5/vendor_perl/System/Command.pm
/usr/share/perl5/vendor_perl/System/Command/Reaper.pm

References

Summary

In this tutorial we learn how to install perl-System-Command on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).