How to Install and Uninstall git-crypt.x86_64 Package on Fedora 38
Last updated: November 27,2024
1. Install "git-crypt.x86_64" package
This guide let you learn how to install git-crypt.x86_64 on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
git-crypt.x86_64
Copied
2. Uninstall "git-crypt.x86_64" package
This tutorial shows how to uninstall git-crypt.x86_64 on Fedora 38:
$
sudo dnf remove
git-crypt.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the git-crypt.x86_64 package on Fedora 38
Last metadata expiration check: 0:10:27 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : git-crypt
Version : 0.6.0
Release : 15.fc38
Architecture : x86_64
Size : 97 k
Source : git-crypt-0.6.0-15.fc38.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.
Available Packages
Name : git-crypt
Version : 0.6.0
Release : 15.fc38
Architecture : x86_64
Size : 97 k
Source : git-crypt-0.6.0-15.fc38.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.