How to Install and Uninstall perl-XML-Writer-String.noarch Package on Fedora 36

Last updated: October 08,2024

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

Please follow the steps below to install perl-XML-Writer-String.noarch on Fedora 36

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

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

This guide covers the steps necessary to uninstall perl-XML-Writer-String.noarch on Fedora 36:

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

3. Information about the perl-XML-Writer-String.noarch package on Fedora 36

Last metadata expiration check: 1:27:51 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-XML-Writer-String
Version : 0.1
Release : 26.fc36
Architecture : noarch
Size : 13 k
Source : perl-XML-Writer-String-0.1-26.fc36.src.rpm
Repository : fedora
Summary : Capture output from XML::Writer module
URL : https://metacpan.org/release/XML-Writer-String
License : GPL+ or Artistic
Description : This Perl module implements a bare-bones class specifically for the purpose
: of capturing data from the XML::Writer module. XML::Writer expects an
: IO::Handle object and writes XML data to the specified object (or STDOUT)
: via its print() method. This module simulates such an object for the
: specific purpose of providing the required print() method.