How to Install and Uninstall yamllint.noarch Package on Fedora 38

Last updated: October 27,2024

1. Install "yamllint.noarch" package

This tutorial shows how to install yamllint.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install yamllint.noarch

2. Uninstall "yamllint.noarch" package

In this section, we are going to explain the necessary steps to uninstall yamllint.noarch on Fedora 38:

$ sudo dnf remove yamllint.noarch $ sudo dnf autoremove

3. Information about the yamllint.noarch package on Fedora 38

Last metadata expiration check: 1:08:12 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : yamllint
Version : 1.35.1
Release : 1.fc38
Architecture : noarch
Size : 132 k
Source : yamllint-1.35.1-1.fc38.src.rpm
Repository : updates
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.