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

Last updated: May 18,2024

1. Install "perl-YAML" package

This guide let you learn how to install perl-YAML on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-YAML

2. Uninstall "perl-YAML" package

Please follow the guidelines below to uninstall perl-YAML on openSUSE Leap:

$ sudo zypper remove perl-YAML

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

Information for package perl-YAML:
----------------------------------
Repository : Main Repository
Name : perl-YAML
Version : 1.24-1.17
Arch : noarch
Vendor : SUSE LLC
Installed Size : 183.3 KiB
Installed : No
Status : not installed
Source package : perl-YAML-1.24-1.17.src
Upstream URL : http://search.cpan.org/dist/YAML/
Summary : YAML Ain't Markup Language™
Description :
The YAML.pm module implements a YAML Loader and Dumper based on the YAML
1.0 specification. http://www.yaml.org/spec/
YAML is a generic data serialization language that is optimized for human
readability. It can be used to express the data structures of most modern
programming languages. (Including Perl!!!)
For information on the YAML syntax, please refer to the YAML specification.