How to Install and Uninstall perl-YAML-PP Package on openSuSE Tumbleweed

Last updated: May 08,2024

1. Install "perl-YAML-PP" package

Please follow the guidance below to install perl-YAML-PP on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-YAML-PP

2. Uninstall "perl-YAML-PP" package

This is a short guide on how to uninstall perl-YAML-PP on openSuSE Tumbleweed:

$ sudo zypper remove perl-YAML-PP

3. Information about the perl-YAML-PP package on openSuSE Tumbleweed

Information for package perl-YAML-PP:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-YAML-PP
Version : 0.38.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 444.6 KiB
Installed : No
Status : not installed
Source package : perl-YAML-PP-0.38.0-1.1.src
Upstream URL : https://metacpan.org/release/YAML-PP
Summary : YAML 1.2 Processor
Description :
YAML::PP is a modular YAML processor.
It aims to support 'YAML 1.2' and 'YAML 1.1'. See https://yaml.org/. Some
(rare) syntax elements are not yet supported and documented below.
YAML is a serialization language. The YAML input is called "YAML Stream". A
stream consists of one or more "Documents", separated by a line with a
document start marker '---'. A document optionally ends with the document
end marker '...'.
This allows one to process continuous streams additionally to a fixed input
file or string.
The YAML::PP frontend will currently load all documents, and return only
the first if called with scalar context.
The YAML backend is implemented in a modular way that allows one to add
custom handling of YAML tags, perl objects and data types. The inner API is
not yet stable. Suggestions welcome.
You can check out all current parse and load results from the
yaml-test-suite here: https://perlpunk.github.io/YAML-PP-p5/test-suite.html