How To Install perl-Term-UI.noarch on Amazon Linux 2
In this tutorial we learn how to install perl-Term-UI.noarch in Amazon Linux 2. perl-Term-UI.noarch is Term
Introduction
In this tutorial we learn how to install perl-Term-UI.noarch on Amazon Linux 2.
What is perl-Term-UI.noarch
Term having to format a question and then validate the reply, informing the user if the answer was not proper and re-issuing the question.
We can use yum to install perl-Term-UI.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Term-UI.noarch.
Install perl-Term-UI.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-Term-UI.noarch using yum by running the following command:
sudo yum -y install perl-Term-UI.noarch
How To Uninstall perl-Term-UI.noarch on Amazon Linux 2
To uninstall only the perl-Term-UI.noarch package we can use the following command:
sudo yum remove perl-Term-UI.noarch
perl-Term-UI.noarch Package Contents on Amazon Linux 2
/usr/share/doc/perl-Term-UI-0.36
/usr/share/doc/perl-Term-UI-0.36/CHANGES
/usr/share/doc/perl-Term-UI-0.36/README
/usr/share/man/man3/Term::UI.3pm.gz
/usr/share/man/man3/Term::UI::History.3pm.gz
/usr/share/perl5/vendor_perl/Term
/usr/share/perl5/vendor_perl/Term/UI
/usr/share/perl5/vendor_perl/Term/UI.pm
/usr/share/perl5/vendor_perl/Term/UI/History.pm
References
Summary
In this tutorial we learn how to install perl-Term-UI.noarch on Amazon Linux 2 using yum.