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

Last updated: May 21,2024

1. Install "perl-XML-Structured" package

This guide covers the steps necessary to install perl-XML-Structured on openSuSE Tumbleweed

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

2. Uninstall "perl-XML-Structured" package

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

$ sudo zypper remove perl-XML-Structured

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

Information for package perl-XML-Structured:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-XML-Structured
Version : 1.3-1.22
Arch : x86_64
Vendor : openSUSE
Installed Size : 43.1 KiB
Installed : No
Status : not installed
Source package : perl-XML-Structured-1.3-1.22.src
Upstream URL : https://github.com/openSUSE/perl-XML-Structured
Summary : Simple conversion API from XML to perl structures and back
Description :
Provides a way to convert XML data into a predefined perl data structure and
back to XML. Unlike with modules like XML::Simple, it is an error if the XML
data does not match the provided skeleton (the "DTD").
Another advantage is that the order of the attributes and elements is taken
from the DTD when converting back to xml.