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

Last updated: May 02,2024

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 36

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

2. Uninstall "git-crypt.x86_64" package

Please follow the guidelines below to uninstall git-crypt.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 1:37:56 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : git-crypt
Version : 0.6.0
Release : 13.fc36
Architecture : x86_64
Size : 101 k
Source : git-crypt-0.6.0-13.fc36.src.rpm
Repository : updates
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.