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

Last updated: July 04,2024

1. Install "python311-gitlint" package

This guide let you learn how to install python311-gitlint on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-gitlint

2. Uninstall "python311-gitlint" package

Please follow the guidance below to uninstall python311-gitlint on openSuSE Tumbleweed:

$ sudo zypper remove python311-gitlint

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

Information for package python311-gitlint:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-gitlint
Version : 0.18.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 293.5 KiB
Installed : No
Status : not installed
Source package : gitlint-0.18.0-2.1.src
Upstream URL : https://github.com/jorisroovers/gitlint
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.