How to Install and Uninstall perl-XML-Structured Package on openSUSE Leap

Last updated: November 23,2024

1. Install "perl-XML-Structured" package

Here is a brief guide to show you how to install perl-XML-Structured on openSUSE Leap

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

2. Uninstall "perl-XML-Structured" package

Please follow the guidance below to uninstall perl-XML-Structured on openSUSE Leap:

$ sudo zypper remove perl-XML-Structured

3. Information about the perl-XML-Structured package on openSUSE Leap

Information for package perl-XML-Structured:
--------------------------------------------
Repository : Main Repository
Name : perl-XML-Structured
Version : 1.2-1.25
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 37.8 KiB
Installed : No
Status : not installed
Source package : perl-XML-Structured-1.2-1.25.src
Upstream URL : http://search.cpan.org/~mls/
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.