How to Install and Uninstall perl-XML-Writer.noarch Package on AlmaLinux 8

Last updated: June 26,2024

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

This guide let you learn how to install perl-XML-Writer.noarch on AlmaLinux 8

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

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

Please follow the instructions below to uninstall perl-XML-Writer.noarch on AlmaLinux 8:

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

3. Information about the perl-XML-Writer.noarch package on AlmaLinux 8

Last metadata expiration check: 1:25:46 ago on Mon Sep 5 03:22:42 2022.
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.