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

Last updated: October 10,2024

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

Here is a brief guide to show you how to install perl-XML-Writer-String.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 5:22:19 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-XML-Writer-String
Version : 0.1
Release : 23.fc34
Architecture : noarch
Size : 13 k
Source : perl-XML-Writer-String-0.1-23.fc34.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.