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

Last updated: June 18,2024

1. Install "git-crypt.x86_64" package

This is a short guide on how to install git-crypt.x86_64 on Fedora 34

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

2. Uninstall "git-crypt.x86_64" package

Please follow the steps below to uninstall git-crypt.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:36:34 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : git-crypt
Version : 0.6.0
Release : 10.fc34
Architecture : x86_64
Size : 98 k
Source : git-crypt-0.6.0-10.fc34.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.