How to Install and Uninstall perl-XML-Filter-BufferText.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 04,2024

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

Please follow the steps below to install perl-XML-Filter-BufferText.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-XML-Filter-BufferText.noarch

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

Please follow the guidance below to uninstall perl-XML-Filter-BufferText.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-XML-Filter-BufferText.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:19:53 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-XML-Filter-BufferText
Version : 1.01
Release : 32.el9
Architecture : noarch
Size : 12 k
Source : perl-XML-Filter-BufferText-1.01-32.el9.src.rpm
Repository : epel
Summary : Filter to put all characters() in one event
URL : https://metacpan.org/release/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.