How to Install and Uninstall git-crypt.x86_64 Package on Fedora 35

Last updated: January 13,2025

1. Install "git-crypt.x86_64" package

In this section, we are going to explain the necessary steps to install git-crypt.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install git-crypt.x86_64

2. Uninstall "git-crypt.x86_64" package

This guide let you learn how to uninstall git-crypt.x86_64 on Fedora 35:

$ sudo dnf remove git-crypt.x86_64 $ sudo dnf autoremove

3. Information about the git-crypt.x86_64 package on Fedora 35

Last metadata expiration check: 3:12:41 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : git-crypt
Version : 0.6.0
Release : 11.fc35
Architecture : x86_64
Size : 96 k
Source : git-crypt-0.6.0-11.fc35.src.rpm
Repository : fedora
Summary : Transparent file encryption in git
URL : https://www.agwa.name/projects/git-crypt
License : GPLv3+ and MIT
Description : git-crypt enables transparent encryption and decryption of files in a
: git repository. Files which you choose to protect are encrypted when
: committed, and decrypted when checked out. git-crypt lets you freely
: share a repository containing a mix of public and private
: content. git-crypt gracefully degrades, so developers without the
: secret key can still clone and commit to a repository with encrypted
: files. This lets you store your secret material (such as keys or
: passwords) in the same repository as your code, without requiring you
: to lock down your entire repository.