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

Last updated: May 05,2024

1. Install "git-secrets.noarch" package

Please follow the steps below to install git-secrets.noarch on Fedora 34

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

2. Uninstall "git-secrets.noarch" package

Please follow the instructions below to uninstall git-secrets.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:59:31 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : git-secrets
Version : 1.3.0
Release : 4.fc34
Architecture : noarch
Size : 24 k
Source : git-secrets-1.3.0-4.fc34.src.rpm
Repository : fedora
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.