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

Last updated: May 11,2024

1. Install "yamllint.noarch" package

This tutorial shows how to install yamllint.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install yamllint.noarch

2. Uninstall "yamllint.noarch" package

This guide covers the steps necessary to uninstall yamllint.noarch on Oracle Linux 9:

$ sudo dnf remove yamllint.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:55:24 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : yamllint
Version : 1.34.0
Release : 1.el9
Architecture : noarch
Size : 81 k
Source : yamllint-1.34.0-1.el9.src.rpm
Repository : epel
Summary : A linter for YAML files
URL : https://github.com/adrienverge/yamllint
License : GPLv3+
Description : A linter for YAML files.
:
: yamllint does not only check for syntax validity, but for weirdnesses like key
: repetition and cosmetic problems such as lines length, trailing spaces,
: indentation, etc.