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

Last updated: May 02,2024

1. Install "shyaml.noarch" package

This guide covers the steps necessary to install shyaml.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install shyaml.noarch

2. Uninstall "shyaml.noarch" package

This guide covers the steps necessary to uninstall shyaml.noarch on Rocky Linux 9:

$ sudo dnf remove shyaml.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:49:30 ago on Fri Feb 16 06:49:52 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.