How to Install and Uninstall yamllint.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 04,2024

1. Install "yamllint.noarch" package

Please follow the steps below to install yamllint.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install yamllint.noarch

2. Uninstall "yamllint.noarch" package

Please follow the guidance below to uninstall yamllint.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove yamllint.noarch $ sudo dnf autoremove

3. Information about the yamllint.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:19:50 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : yamllint
Version : 1.35.1
Release : 1.el9
Architecture : noarch
Size : 81 k
Source : yamllint-1.35.1-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.