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

Last updated: May 18,2024

1. Install "yamllint.noarch" package

Here is a brief guide to show you how to install yamllint.noarch on Oracle Linux 8

$ 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 8:

$ sudo dnf remove yamllint.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 6:37:56 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : yamllint
Version : 1.27.1
Release : 1.el8
Architecture : noarch
Size : 83 k
Source : yamllint-1.27.1-1.el8.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.