How to Install and Uninstall shyaml.noarch Package on Oracle Linux 9

Last updated: July 03,2024

1. Install "shyaml.noarch" package

This is a short guide on how to install shyaml.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install shyaml.noarch

2. Uninstall "shyaml.noarch" package

This guide let you learn how to uninstall shyaml.noarch on Oracle Linux 9:

$ sudo dnf remove shyaml.noarch $ sudo dnf autoremove

3. Information about the shyaml.noarch package on Oracle Linux 9

Last metadata expiration check: 2:28:56 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : shyaml
Version : 0.6.2
Release : 6.el9
Architecture : noarch
Size : 33 k
Source : shyaml-0.6.2-6.el9.src.rpm
Repository : epel
Summary : YAML for command line
URL : https://github.com/0k/shyaml
License : BSD
Description : Simple scripts that allow read access to YAML files through command line. This
: can be handy, if you want to get access to YAML data in your shell scripts.
: This scripts supports only read access and it might not support all the
: subtleties of YAML specification. But it should support some handy basic query
: of YAML file.