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

Last updated: October 06,2024

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

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

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

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

Please follow the step by step instructions below to uninstall perl-XML-Writer-String.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:20:32 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-XML-Writer-String
Version : 0.1
Release : 25.fc35
Architecture : noarch
Size : 13 k
Source : perl-XML-Writer-String-0.1-25.fc35.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.