How to Install and Uninstall perl-XML-Writer.noarch Package on Oracle Linux 9

Last updated: May 14,2024

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

In this section, we are going to explain the necessary steps to install perl-XML-Writer.noarch on Oracle Linux 9

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

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

In this section, we are going to explain the necessary steps to uninstall perl-XML-Writer.noarch on Oracle Linux 9:

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

3. Information about the perl-XML-Writer.noarch package on Oracle Linux 9

Last metadata expiration check: 2:15:57 ago on Thu Feb 15 07:50:05 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.