How To Install perl-IPC-Cmd.noarch on Amazon Linux 2
In this tutorial we learn how to install perl-IPC-Cmd.noarch in Amazon Linux 2. perl-IPC-Cmd.noarch is Finding and running system commands made easy
Introduction
In this tutorial we learn how to install perl-IPC-Cmd.noarch on Amazon Linux 2.
What is perl-IPC-Cmd.noarch
IPC interactively if desired, but have them still work.
We can use yum to install perl-IPC-Cmd.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-IPC-Cmd.noarch.
Install perl-IPC-Cmd.noarch on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-IPC-Cmd.noarch using yum by running the following command:
sudo yum -y install perl-IPC-Cmd.noarch
How To Uninstall perl-IPC-Cmd.noarch on Amazon Linux 2
To uninstall only the perl-IPC-Cmd.noarch package we can use the following command:
sudo yum remove perl-IPC-Cmd.noarch
perl-IPC-Cmd.noarch Package Contents on Amazon Linux 2
/usr/share/doc/perl-IPC-Cmd-0.80
/usr/share/doc/perl-IPC-Cmd-0.80/CHANGES
/usr/share/doc/perl-IPC-Cmd-0.80/README
/usr/share/man/man3/IPC::Cmd.3pm.gz
/usr/share/perl5/vendor_perl/IPC
/usr/share/perl5/vendor_perl/IPC/Cmd.pm
References
Summary
In this tutorial we learn how to install perl-IPC-Cmd.noarch on Amazon Linux 2 using yum.