How to Install and Uninstall perl-XML-Stream.noarch Package on Oracle Linux 9

Last updated: May 07,2024

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

Here is a brief guide to show you how to install perl-XML-Stream.noarch on Oracle Linux 9

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

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

In this section, we are going to explain the necessary steps to uninstall perl-XML-Stream.noarch on Oracle Linux 9:

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

3. Information about the perl-XML-Stream.noarch package on Oracle Linux 9

Last metadata expiration check: 1:59:37 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-XML-Stream
Version : 1.24
Release : 20.el9
Architecture : noarch
Size : 83 k
Source : perl-XML-Stream-1.24-20.el9.src.rpm
Repository : epel
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.