How to Install and Uninstall yamllint Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "yamllint" package

Please follow the instructions below to install yamllint on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install yamllint

2. Uninstall "yamllint" package

Please follow the step by step instructions below to uninstall yamllint on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the yamllint package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: yamllint
Priority: optional
Section: universe/devel
Installed-Size: 121
Maintainer: Ubuntu Developers
Original-Maintainer: Adrien Vergé
Architecture: amd64
Version: 1.2.1-1
Depends: python3-yaml, python3:any (>= 3.3.2-2~)
Filename: pool/universe/y/yamllint/yamllint_1.2.1-1_amd64.deb
Size: 23374
MD5sum: 745917d1a31ef2673e2afd544c6563d7
SHA1: 3bf7e788bca03789b908a9527abec5e78e6e0554
SHA256: 87c1765bd6324cd54c70091d4b5b71d83eb4a88d50ee418e9080a9cc09bfa996
Description-en: 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: 91331bed9398d85f8141cb68a6e45934
Homepage: https://github.com/adrienverge/yamllint
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu