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

Last updated: May 04,2024

1. Install "perl-XML-LibXML" package

This guide let you learn how to install perl-XML-LibXML on openSUSE Leap

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

2. Uninstall "perl-XML-LibXML" package

Please follow the guidelines below to uninstall perl-XML-LibXML on openSUSE Leap:

$ sudo zypper remove perl-XML-LibXML

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

Information for package perl-XML-LibXML:
----------------------------------------
Repository : Main Repository
Name : perl-XML-LibXML
Version : 2.0132-150000.3.3.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.5 MiB
Installed : No
Status : not installed
Source package : perl-XML-LibXML-2.0132-150000.3.3.1.src
Upstream URL : http://search.cpan.org/dist/XML-LibXML/
Summary : Perl Binding for libxml2
Description :
This module is an interface to libxml2, providing XML and HTML parsers with
DOM, SAX and XMLReader interfaces, a large subset of DOM Layer 3 interface
and a XML::XPath-like interface to XPath API of libxml2. The module is
split into several packages which are not described in this section; unless
stated otherwise, you only need to 'use XML::LibXML;' in your programs.