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

Last updated: May 19,2024

1. Install "python2-yamllint" package

Please follow the guidance below to install python2-yamllint on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-yamllint

2. Uninstall "python2-yamllint" package

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

$ sudo zypper remove python2-yamllint

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

Information for package python2-yamllint:
-----------------------------------------
Repository : Main Repository
Name : python2-yamllint
Version : 1.22.1-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 274,7 KiB
Installed : No
Status : not installed
Source package : python-yamllint-1.22.1-bp153.1.14.src
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.