How To Install perl-YAML-Syck.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install perl-YAML-Syck.x86_64
on Amazon Linux 2.
What is perl-YAML-Syck.x86_64
This module provides a Perl interface to the libsyck data serialization library. It exports the Dump and Load functions for converting Perl data structures to YAML strings, and the other way around.
We can use yum
to install perl-YAML-Syck.x86_64
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-YAML-Syck.x86_64.
Install perl-YAML-Syck.x86_64 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-YAML-Syck.x86_64
using yum
by running the following command:
sudo yum -y install perl-YAML-Syck.x86_64
How To Uninstall perl-YAML-Syck.x86_64 on Amazon Linux 2
To uninstall only the perl-YAML-Syck.x86_64
package we can use the following command:
sudo yum remove perl-YAML-Syck.x86_64
perl-YAML-Syck.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/perl5/vendor_perl/JSON
/usr/lib64/perl5/vendor_perl/JSON/Syck.pm
/usr/lib64/perl5/vendor_perl/YAML
/usr/lib64/perl5/vendor_perl/YAML/Dumper
/usr/lib64/perl5/vendor_perl/YAML/Dumper/Syck.pm
/usr/lib64/perl5/vendor_perl/YAML/Loader
/usr/lib64/perl5/vendor_perl/YAML/Loader/Syck.pm
/usr/lib64/perl5/vendor_perl/YAML/Syck.pm
/usr/lib64/perl5/vendor_perl/auto/YAML
/usr/lib64/perl5/vendor_perl/auto/YAML/Syck
/usr/lib64/perl5/vendor_perl/auto/YAML/Syck/Syck.so
/usr/share/doc/perl-YAML-Syck-1.27
/usr/share/doc/perl-YAML-Syck-1.27/COMPATIBILITY
/usr/share/doc/perl-YAML-Syck-1.27/COPYING
/usr/share/doc/perl-YAML-Syck-1.27/Changes
/usr/share/doc/perl-YAML-Syck-1.27/README
/usr/share/man/man3/JSON::Syck.3pm.gz
/usr/share/man/man3/YAML::Syck.3pm.gz
References
Summary
In this tutorial we learn how to install perl-YAML-Syck.x86_64
on Amazon Linux 2 using yum.