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

Last updated: September 20,2024

1. Install "yamllint.noarch" package

Learn how to install yamllint.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install yamllint.noarch

2. Uninstall "yamllint.noarch" package

This guide let you learn how to uninstall yamllint.noarch on Rocky Linux 8:

$ sudo dnf remove yamllint.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:55:29 ago on Mon Sep 12 10:27:18 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.