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

Last updated: September 28,2024

1. Install "perl-XML-XSLT" package

Please follow the step by step instructions below to install perl-XML-XSLT on openSuSE Tumbleweed

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

2. Uninstall "perl-XML-XSLT" package

This guide covers the steps necessary to uninstall perl-XML-XSLT on openSuSE Tumbleweed:

$ sudo zypper remove perl-XML-XSLT

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

Information for package perl-XML-XSLT:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-XML-XSLT
Version : 0.48-198.17
Arch : noarch
Vendor : openSUSE
Installed Size : 781.4 KiB
Installed : No
Status : not installed
Source package : perl-XML-XSLT-0.48-198.17.src
Upstream URL : https://metacpan.org/release/XML-XSLT
Summary : Perl module for processing XSLT
Description :
This module implements the W3C's XSLT specification. The goal is full
implementation of this spec, but we have not yet achieved that. However, it
already works well. See XML::XSLT Commands for the current status of each
command.
XML::XSLT makes use of XML::DOM and LWP::Simple, while XML::DOM uses
XML::Parser. Therefore XML::Parser, XML::DOM and LWP::Simple have to be
installed properly for XML::XSLT to run.