How to Install and Uninstall snakeyaml.noarch Package on Rocky Linux 8

Last updated: May 22,2024

1. Install "snakeyaml.noarch" package

In this section, we are going to explain the necessary steps to install snakeyaml.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install snakeyaml.noarch

2. Uninstall "snakeyaml.noarch" package

This guide covers the steps necessary to uninstall snakeyaml.noarch on Rocky Linux 8:

$ sudo dnf remove snakeyaml.noarch $ sudo dnf autoremove

3. Information about the snakeyaml.noarch package on Rocky Linux 8

Last metadata expiration check: 0:13:57 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : snakeyaml
Version : 1.27
Release : 4.el8
Architecture : noarch
Size : 276 k
Source : snakeyaml-1.27-4.el8.src.rpm
Repository : epel
Summary : YAML parser and emitter for Java
URL : https://bitbucket.org/asomov/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.