How to Install and Uninstall python36-gitlint Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python36-gitlint" package

This tutorial shows how to install python36-gitlint on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-gitlint

2. Uninstall "python36-gitlint" package

This tutorial shows how to uninstall python36-gitlint on openSuSE Tumbleweed:

$ sudo zypper remove python36-gitlint

3. Information about the python36-gitlint package on openSuSE Tumbleweed

Information for package python36-gitlint:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-gitlint
Version : 0.13.1-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 264,9 KiB
Installed : No
Status : not installed
Source package : gitlint-0.13.1-2.4.src
Summary : Git commit message linter checking
Description :
Great for use as a commit-msg git hook or as part of your gating script in
a CI/CD pipeline (e.g. jenkins). Many of the gitlint validations are based
on well-known community standards, others are based on checks that we've
found useful throughout the years. Gitlint has sane defaults, but you can
also easily customize it to your own liking.