How to Install and Uninstall perl-XML-Filter-BufferText.noarch Package on CentOS 7 / RHEL 7

Last updated: January 12,2025

1. Install "perl-XML-Filter-BufferText.noarch" package

This guide let you learn how to install perl-XML-Filter-BufferText.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-XML-Filter-BufferText.noarch

2. Uninstall "perl-XML-Filter-BufferText.noarch" package

Please follow the guidelines below to uninstall perl-XML-Filter-BufferText.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove perl-XML-Filter-BufferText.noarch $ sudo yum autoremove

3. Information about the perl-XML-Filter-BufferText.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-XML-Filter-BufferText
Arch : noarch
Version : 1.01
Release : 17.el7
Size : 6.1 k
Repo : installed
From repo : base
Summary : Filter to put all characters() in one event
URL : http://search.cpan.org/dist/XML-Filter-BufferText/
License : GPL+ or Artistic
Description : 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.