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

Last updated: June 26,2024

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

Here is a brief guide to show you how to install perl-YAML-LibYAML-API on openSUSE Leap

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

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

In this section, we are going to explain the necessary steps to uninstall perl-YAML-LibYAML-API on openSUSE Leap:

$ sudo zypper remove perl-YAML-LibYAML-API

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

Information for package perl-YAML-LibYAML-API:
----------------------------------------------
Repository : Main Repository
Name : perl-YAML-LibYAML-API
Version : 0.013-bp155.1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 151.0 KiB
Installed : No
Status : not installed
Source package : perl-YAML-LibYAML-API-0.013-bp155.1.5.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'.