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

Last updated: July 06,2024

1. Install "perl-YAML-LibYAML-API" package

Please follow the steps below to install perl-YAML-LibYAML-API on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-YAML-LibYAML-API

2. Uninstall "perl-YAML-LibYAML-API" package

This tutorial shows how to uninstall perl-YAML-LibYAML-API on openSuSE Tumbleweed:

$ sudo zypper remove perl-YAML-LibYAML-API

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

Information for package perl-YAML-LibYAML-API:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-YAML-LibYAML-API
Version : 0.14.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 163.0 KiB
Installed : No
Status : not installed
Source package : perl-YAML-LibYAML-API-0.14.0-1.2.src
Upstream URL : https://metacpan.org/release/YAML-LibYAML-API
Summary : Wrapper around the C libyaml library
Description :
This module provides a thin wrapper around the C libyaml API.
Currently it provides functions for parsing and emitting events.
libyaml also provides a loader/dumper API to load/dump YAML into a list of
nodes. There's no wrapper for these functions yet.
This is just one of the first releases. The function names will eventually
be changed.
The sources of 'libyaml-dev' are included in this distribution. You can
build this module with the system libyaml instead, if you remove the
libyaml sources and call 'Makefile.PL' with 'WITH_SYSTEM_LIBYAML=1'.