How to Install and Uninstall perl-XML-Writer Package on openSUSE Leap
Last updated: December 25,2024
1. Install "perl-XML-Writer" package
In this section, we are going to explain the necessary steps to install perl-XML-Writer on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-XML-Writer
Copied
2. Uninstall "perl-XML-Writer" package
Please follow the instructions below to uninstall perl-XML-Writer on openSUSE Leap:
$
sudo zypper remove
perl-XML-Writer
Copied
3. Information about the perl-XML-Writer package on openSUSE Leap
Information for package perl-XML-Writer:
----------------------------------------
Repository : Main Repository
Name : perl-XML-Writer
Version : 0.625-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 63.9 KiB
Installed : No
Status : not installed
Source package : perl-XML-Writer-0.625-1.24.src
Upstream URL : http://search.cpan.org/dist/XML-Writer/
Summary : Perl extension for writing XML documents
Description :
XML::Writer is a helper module for Perl programs that write an XML
document. The module handles all escaping for attribute values and
character data and constructs different types of markup, such as tags,
comments, and processing instructions.
By default, the module performs several well-formedness checks to catch
errors during output. This behaviour can be extremely useful during
development and debugging, but it can be turned off for production-grade
code.
The module can operate either in regular mode in or Namespace processing
mode. In Namespace mode, the module will generate Namespace Declarations
itself, and will perform additional checks on the output.
Additional support is available for a simplified data mode with no mixed
content: newlines are automatically inserted around elements and elements
can optionally be indented based as their nesting level.
----------------------------------------
Repository : Main Repository
Name : perl-XML-Writer
Version : 0.625-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 63.9 KiB
Installed : No
Status : not installed
Source package : perl-XML-Writer-0.625-1.24.src
Upstream URL : http://search.cpan.org/dist/XML-Writer/
Summary : Perl extension for writing XML documents
Description :
XML::Writer is a helper module for Perl programs that write an XML
document. The module handles all escaping for attribute values and
character data and constructs different types of markup, such as tags,
comments, and processing instructions.
By default, the module performs several well-formedness checks to catch
errors during output. This behaviour can be extremely useful during
development and debugging, but it can be turned off for production-grade
code.
The module can operate either in regular mode in or Namespace processing
mode. In Namespace mode, the module will generate Namespace Declarations
itself, and will perform additional checks on the output.
Additional support is available for a simplified data mode with no mixed
content: newlines are automatically inserted around elements and elements
can optionally be indented based as their nesting level.