How To Install perl-ExtUtils-Embed.noarch on Amazon Linux 2
In this tutorial we learn how to install perl-ExtUtils-Embed.noarch in Amazon Linux 2. perl-ExtUtils-Embed.noarch is Utilities for embedding Perl in C/C++ applications
Introduction
In this tutorial we learn how to install perl-ExtUtils-Embed.noarch on Amazon Linux 2.
What is perl-ExtUtils-Embed.noarch
Utilities for embedding Perl in C/C++ applications.
We can use yum to install perl-ExtUtils-Embed.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-ExtUtils-Embed.noarch.
Install perl-ExtUtils-Embed.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-ExtUtils-Embed.noarch using yum by running the following command:
sudo yum -y install perl-ExtUtils-Embed.noarch
How To Uninstall perl-ExtUtils-Embed.noarch on Amazon Linux 2
To uninstall only the perl-ExtUtils-Embed.noarch package we can use the following command:
sudo yum remove perl-ExtUtils-Embed.noarch
perl-ExtUtils-Embed.noarch Package Contents on Amazon Linux 2
/usr/share/man/man3/ExtUtils::Embed.3pm.gz
/usr/share/perl5/ExtUtils/Embed.pm
References
Summary
In this tutorial we learn how to install perl-ExtUtils-Embed.noarch on Amazon Linux 2 using yum.