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

Last updated: September 29,2024

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

Please follow the instructions below to install perl-XML-Writer-String.noarch on Fedora 38

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

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

Please follow the steps below to uninstall perl-XML-Writer-String.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:01:07 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-XML-Writer-String
Version : 0.1
Release : 29.fc38
Architecture : noarch
Size : 13 k
Source : perl-XML-Writer-String-0.1-29.fc38.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.