How to Install and Uninstall git-secret.noarch Package on Fedora 36

Last updated: May 08,2024

1. Install "git-secret.noarch" package

Please follow the steps below to install git-secret.noarch on Fedora 36

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

2. Uninstall "git-secret.noarch" package

This tutorial shows how to uninstall git-secret.noarch on Fedora 36:

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

3. Information about the git-secret.noarch package on Fedora 36

Last metadata expiration check: 2:23:27 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : git-secret
Version : 0.5.0
Release : 1.fc36
Architecture : noarch
Size : 39 k
Source : git-secret-0.5.0-1.fc36.src.rpm
Repository : updates
Summary : A bash-tool to store your private data inside a git repository
URL : http://git-secret.io/
License : MIT
Description : git-secret is a bash tool which stores private data inside a git repository.
: It encrypts tracked files with public keys for users whom you trust using GPG,
: allowing permitted users to access encrypted data using their secret keys.