How to Install and Uninstall python3-yamllint Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-yamllint" package

This tutorial shows how to install python3-yamllint on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-yamllint

2. Uninstall "python3-yamllint" package

Please follow the guidance below to uninstall python3-yamllint on openSUSE Leap:

$ sudo zypper remove python3-yamllint

3. Information about the python3-yamllint package on openSUSE Leap

Information for package python3-yamllint:
-----------------------------------------
Repository : Update repository of openSUSE Backports
Name : python3-yamllint
Version : 1.22.1-bp155.3.3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 303.5 KiB
Installed : No
Status : not installed
Source package : python-yamllint-1.22.1-bp155.3.3.1.src
Upstream URL : https://github.com/adrienverge/yamllint
Summary : A linter for YAML files
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.