How to Install and Uninstall perl-YAML-Syck Package on openSUSE Leap

Last updated: May 18,2024

1. Install "perl-YAML-Syck" package

Please follow the instructions below to install perl-YAML-Syck on openSUSE Leap

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

2. Uninstall "perl-YAML-Syck" package

This tutorial shows how to uninstall perl-YAML-Syck on openSUSE Leap:

$ sudo zypper remove perl-YAML-Syck

3. Information about the perl-YAML-Syck package on openSUSE Leap

Information for package perl-YAML-Syck:
---------------------------------------
Repository : Main Repository
Name : perl-YAML-Syck
Version : 1.34-bp155.1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 199.8 KiB
Installed : No
Status : not installed
Source package : perl-YAML-Syck-1.34-bp155.1.6.src
Upstream URL : https://metacpan.org/release/YAML-Syck
Summary : Perl YAML loader and dumper
Description :
This module provides a Perl interface to the *libsyck* data serialization
library. It exports the 'Dump' and 'Load' functions for converting Perl
data structures to YAML strings, and the other way around.
*NOTE*: If you are working with other language's YAML/Syck bindings (such
as Ruby), please set '$YAML::Syck::ImplicitTyping' to '1' before calling
the 'Load'/'Dump' functions. The default setting is for preserving
backward-compatibility with 'YAML.pm'.