How to Install and Uninstall yamllint Package on Kali Linux

Last updated: May 17,2024

1. Install "yamllint" package

Please follow the guidelines below to install yamllint on Kali Linux

$ sudo apt update $ sudo apt install yamllint

2. Uninstall "yamllint" package

This guide covers the steps necessary to uninstall yamllint on Kali Linux:

$ sudo apt remove yamllint $ sudo apt autoclean && sudo apt autoremove

3. Information about the yamllint package on Kali Linux

Package: yamllint
Version: 1.33.0-1
Installed-Size: 207
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pathspec, python3-yaml, python3:any, python3-pkg-resources
Size: 44608
SHA256: 085133d23d3e7d2ee7babcb67079895af94093ca40fa03d64dc575d6e29c5453
SHA1: 4b9f5516441597de8280417a3488e07f6ef22887
MD5sum: 1cbc3138b2be054bc35d530c1c574cfb
Description: 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.
Description-md5:
Homepage: https://github.com/adrienverge/yamllint
Section: devel
Priority: optional
Filename: pool/main/y/yamllint/yamllint_1.33.0-1_all.deb