How to Install and Uninstall yamllint.noarch Package on Oracle Linux 8
Last updated: November 28,2024
1. Install "yamllint.noarch" package
Here is a brief guide to show you how to install yamllint.noarch on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
yamllint.noarch
Copied
2. Uninstall "yamllint.noarch" package
This guide covers the steps necessary to uninstall yamllint.noarch on Oracle Linux 8:
$
sudo dnf remove
yamllint.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the yamllint.noarch package on Oracle Linux 8
Last metadata expiration check: 6:37:56 ago on Mon Sep 12 02:51:38 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.
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.