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

Last updated: November 07,2024

1. Install "perl-XML-XSLT" package

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

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

2. Uninstall "perl-XML-XSLT" package

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

$ sudo zypper remove perl-XML-XSLT

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

Information for package perl-XML-XSLT:
--------------------------------------
Repository : Main Repository
Name : perl-XML-XSLT
Version : 0.48-bp155.182.9
Arch : noarch
Vendor : openSUSE
Installed Size : 781.9 KiB
Installed : No
Status : not installed
Source package : perl-XML-XSLT-0.48-bp155.182.9.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.