How To Install perl-IO-SessionData.noarch on Amazon Linux 2
In this tutorial we learn how to install perl-IO-SessionData.noarch in Amazon Linux 2. perl-IO-SessionData.noarch is IO
Introduction
In this tutorial we learn how to install perl-IO-SessionData.noarch on Amazon Linux 2.
What is perl-IO-SessionData.noarch
A set of session modules, former parts of the SOAP distribution.
We can use yum to install perl-IO-SessionData.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-IO-SessionData.noarch.
Install perl-IO-SessionData.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-IO-SessionData.noarch using yum by running the following command:
sudo yum -y install perl-IO-SessionData.noarch
How To Uninstall perl-IO-SessionData.noarch on Amazon Linux 2
To uninstall only the perl-IO-SessionData.noarch package we can use the following command:
sudo yum remove perl-IO-SessionData.noarch
perl-IO-SessionData.noarch Package Contents on Amazon Linux 2
/usr/share/doc/perl-IO-SessionData-1.03
/usr/share/doc/perl-IO-SessionData-1.03/Changes
/usr/share/doc/perl-IO-SessionData-1.03/README
/usr/share/perl5/vendor_perl/IO
/usr/share/perl5/vendor_perl/IO/SessionData.pm
/usr/share/perl5/vendor_perl/IO/SessionSet.pm
References
Summary
In this tutorial we learn how to install perl-IO-SessionData.noarch on Amazon Linux 2 using yum.