How To Install perl-XML-Filter-BufferText.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install perl-XML-Filter-BufferText.noarch on Amazon Linux 2.
What is perl-XML-Filter-BufferText.noarch
This is a very simple filter. One common cause of grief (and programmer error) is that XML parsers aren’t required to provide character events in one chunk. They can, but are not forced to, and most don’t. This filter does the trivial but oft-repeated task of putting all characters into a single event.
We can use yum to install perl-XML-Filter-BufferText.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-XML-Filter-BufferText.noarch.
Install perl-XML-Filter-BufferText.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-XML-Filter-BufferText.noarch using yum by running the following command:
sudo yum -y install perl-XML-Filter-BufferText.noarch
How To Uninstall perl-XML-Filter-BufferText.noarch on Amazon Linux 2
To uninstall only the perl-XML-Filter-BufferText.noarch package we can use the following command:
sudo yum remove perl-XML-Filter-BufferText.noarch
perl-XML-Filter-BufferText.noarch Package Contents on Amazon Linux 2
/usr/share/doc/perl-XML-Filter-BufferText-1.01
/usr/share/doc/perl-XML-Filter-BufferText-1.01/Changes
/usr/share/doc/perl-XML-Filter-BufferText-1.01/README
/usr/share/man/man3/XML::Filter::BufferText.3pm.gz
/usr/share/perl5/vendor_perl/XML
/usr/share/perl5/vendor_perl/XML/Filter
/usr/share/perl5/vendor_perl/XML/Filter/BufferText.pm
References
Summary
In this tutorial we learn how to install perl-XML-Filter-BufferText.noarch on Amazon Linux 2 using yum.