How to Install and Uninstall shyaml.noarch Package on Fedora 34

Last updated: July 01,2024

1. Install "shyaml.noarch" package

This is a short guide on how to install shyaml.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install shyaml.noarch

2. Uninstall "shyaml.noarch" package

Please follow the step by step instructions below to uninstall shyaml.noarch on Fedora 34:

$ sudo dnf remove shyaml.noarch $ sudo dnf autoremove

3. Information about the shyaml.noarch package on Fedora 34

Last metadata expiration check: 3:07:49 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : shyaml
Version : 0.6.2
Release : 1.fc34
Architecture : noarch
Size : 34 k
Source : shyaml-0.6.2-1.fc34.src.rpm
Repository : fedora
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.