How to Install and Uninstall git-secrets.noarch Package on Fedora 39

Last updated: November 26,2024

1. Install "git-secrets.noarch" package

Please follow the guidelines below to install git-secrets.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install git-secrets.noarch

2. Uninstall "git-secrets.noarch" package

In this section, we are going to explain the necessary steps to uninstall git-secrets.noarch on Fedora 39:

$ sudo dnf remove git-secrets.noarch $ sudo dnf autoremove

3. Information about the git-secrets.noarch package on Fedora 39

Last metadata expiration check: 0:11:26 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : git-secrets
Version : 1.3.0
Release : 12.fc39
Architecture : noarch
Size : 24 k
Source : git-secrets-1.3.0-12.fc39.src.rpm
Repository : updates
Summary : Prevents committing secrets and credentials into git repos
URL : https://github.com/awslabs/git-secrets/
License : ASL 2.0
Description : git-secrets scans commits, commit messages, and --no-ff merges to prevent
: adding secrets into your git repositories. If a commit, commit message, or any
: commit in a --no-ff merge history matches one of your configured prohibited
: regular expression patterns, then the commit is rejected.