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

Last updated: June 26,2024

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

Learn how to install perl-XML-Stream.noarch on Fedora 34

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

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

Learn how to uninstall perl-XML-Stream.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:11:55 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-XML-Stream
Version : 1.24
Release : 18.fc34
Architecture : noarch
Size : 84 k
Source : perl-XML-Stream-1.24-18.fc34.src.rpm
Repository : fedora
Summary : XML::Stream - streaming XML library
URL : https://metacpan.org/release/XML-Stream
License : (GPL+ or Artistic) or LGPLv2+
Description : This module provides the user with methods to connect to a remote server,
: send a stream of XML to the server, and receive/parse an XML stream from
: the server. It is primarily based work for the Etherx XML router
: developed by the Jabber Development Team. For more information about this
: project visit http://etherx.jabber.org/stream/.
:
: XML::Stream gives the user the ability to define a central callback that
: will be used to handle the tags received from the server. These tags are
: passed in the format defined at instantiation time. the closing tag of an
: object is seen, the tree is finished and passed to the call back function.
: What the user does with it from there is up to them.
:
: For a detailed description of how this module works, and about the data
: structure that it returns, please view the source of Stream.pm and
: look at the detailed description at the end of the file.