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

Last updated: May 20,2024

1. Install "python39-gitlint" package

Please follow the steps below to install python39-gitlint on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-gitlint

2. Uninstall "python39-gitlint" package

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

$ sudo zypper remove python39-gitlint

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

Information for package python39-gitlint:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-gitlint
Version : 0.13.1-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 263,4 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.