How to Install and Uninstall yamllint.noarch Package on CentOS Stream 8

Last updated: October 09,2024

1. Install "yamllint.noarch" package

In this section, we are going to explain the necessary steps to install yamllint.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install yamllint.noarch

2. Uninstall "yamllint.noarch" package

Please follow the step by step instructions below to uninstall yamllint.noarch on CentOS Stream 8:

$ sudo dnf remove yamllint.noarch $ sudo dnf autoremove

3. Information about the yamllint.noarch package on CentOS Stream 8

Last metadata expiration check: 4:38:16 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : yamllint
Version : 1.33.0
Release : 1.el8
Architecture : noarch
Size : 86 k
Source : yamllint-1.33.0-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.