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

Last updated: September 21,2024

1. Install "python3-gitlint" package

Learn how to install python3-gitlint on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-gitlint

2. Uninstall "python3-gitlint" package

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

$ sudo zypper remove python3-gitlint

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

Information for package python3-gitlint:
----------------------------------------
Repository : Main Repository
Name : python3-gitlint
Version : 0.13.1-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 264.4 KiB
Installed : No
Status : not installed
Source package : gitlint-0.13.1-bp155.2.11.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.