How to Install and Uninstall gitlint.noarch Package on Fedora 35

Last updated: November 02,2024

1. Install "gitlint.noarch" package

This guide covers the steps necessary to install gitlint.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install gitlint.noarch

2. Uninstall "gitlint.noarch" package

This guide covers the steps necessary to uninstall gitlint.noarch on Fedora 35:

$ sudo dnf remove gitlint.noarch $ sudo dnf autoremove

3. Information about the gitlint.noarch package on Fedora 35

Last metadata expiration check: 2:13:03 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : gitlint
Version : 0.15.0
Release : 4.fc35
Architecture : noarch
Size : 111 k
Source : gitlint-0.15.0-4.fc35.src.rpm
Repository : fedora
Summary : Git commit message linting tool
URL : https://jorisroovers.github.io/gitlint
License : MIT
Description : gitlint checks git commit messages for style, using validations based on
: well-known community standards or on checks which have proved useful:
: maximum title length, trailing white-space checks, punctuation, tabs,
: minimum body length, valid email addresses...