How to Install and Uninstall perl-XML-Writer.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 09,2024

1. Install "perl-XML-Writer.noarch" package

Please follow the guidance below to install perl-XML-Writer.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-XML-Writer.noarch

2. Uninstall "perl-XML-Writer.noarch" package

This guide let you learn how to uninstall perl-XML-Writer.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove perl-XML-Writer.noarch $ sudo dnf autoremove

3. Information about the perl-XML-Writer.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:55:49 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-XML-Writer
Version : 0.625
Release : 15.el8
Architecture : noarch
Size : 37 k
Source : perl-XML-Writer-0.625-15.el8.src.rpm
Repository : epel
Summary : A simple Perl module for writing XML documents
URL : https://metacpan.org/release/XML-Writer
License : CC0
Description : XML::Writer is a simple Perl module for writing XML documents: it
: takes care of constructing markup and escaping data correctly, and by
: default, it also performs a significant amount of well-formedness
: checking on the output, to make certain (for example) that start and
: end tags match, that there is exactly one document element, and that
: there are not duplicate attribute names.