How to Install and Uninstall snakeyaml.noarch Package on Amazon Linux 2

Last updated: July 03,2024

1. Install "snakeyaml.noarch" package

This is a short guide on how to install snakeyaml.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install snakeyaml.noarch

2. Uninstall "snakeyaml.noarch" package

Here is a brief guide to show you how to uninstall snakeyaml.noarch on Amazon Linux 2:

$ sudo yum remove snakeyaml.noarch $ sudo yum autoremove

3. Information about the snakeyaml.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : snakeyaml
Arch : noarch
Version : 1.11
Release : 8.amzn2
Size : 233 k
Repo : amzn2-core/2/x86_64
Summary : YAML parser and emitter for the Java programming language
URL : http://code.google.com/p/snakeyaml
License : ASL 2.0
Description : SnakeYAML features:
: * a complete YAML 1.1 parser. In particular,
: SnakeYAML can parse all examples from the specification.
: * Unicode support including UTF-8/UTF-16 input/output.
: * high-level API for serializing and deserializing
: native Java objects.
: * support for all types from the YAML types repository.
: * relatively sensible error messages.