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

Last updated: October 05,2024

1. Install "yamllint.noarch" package

Please follow the step by step instructions below to install yamllint.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install yamllint.noarch

2. Uninstall "yamllint.noarch" package

Please follow the guidelines below to uninstall yamllint.noarch on Fedora 34:

$ sudo dnf remove yamllint.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:01:37 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : yamllint
Version : 1.26.0
Release : 1.fc34
Architecture : noarch
Size : 91 k
Source : yamllint-1.26.0-1.fc34.src.rpm
Repository : fedora
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.