How to Install and Uninstall perl-XML-Twig Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "perl-XML-Twig" package

Here is a brief guide to show you how to install perl-XML-Twig on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-XML-Twig

2. Uninstall "perl-XML-Twig" package

This tutorial shows how to uninstall perl-XML-Twig on openSuSE Tumbleweed:

$ sudo zypper remove perl-XML-Twig

3. Information about the perl-XML-Twig package on openSuSE Tumbleweed

Information for package perl-XML-Twig:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-XML-Twig
Version : 3.52-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1.1 MiB
Installed : No
Status : not installed
Source package : perl-XML-Twig-3.52-3.1.src
Upstream URL : https://metacpan.org/release/XML-Twig
Summary : Perl Module for Processing Huge Xml Documents in Tree Mode
Description :
This module provides a way to process XML documents. It is build on top of
'XML::Parser'.
The module offers a tree interface to the document, while allowing you to
output the parts of it that have been completely processed.
It allows minimal resource (CPU and memory) usage by building the tree only
for the parts of the documents that need actual processing, through the use
of the 'twig_roots ' and 'twig_print_outside_roots ' options. The 'finish '
and 'finish_print ' methods also help to increase performances.
XML::Twig tries to make simple things easy so it tries its best to takes
care of a lot of the (usually) annoying (but sometimes necessary) features
that come with XML and XML::Parser.