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

Last updated: June 28,2024

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

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

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

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

This guide covers the steps necessary to uninstall perl-XML-Writer.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 0:06:51 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-XML-Writer
Version : 0.900
Release : 5.el9
Architecture : noarch
Size : 34 k
Source : perl-XML-Writer-0.900-5.el9.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.