How to Install and Uninstall git-crypt Package on Kali Linux

Last updated: May 17,2024

1. Install "git-crypt" package

Learn how to install git-crypt on Kali Linux

$ sudo apt update $ sudo apt install git-crypt

2. Uninstall "git-crypt" package

Here is a brief guide to show you how to uninstall git-crypt on Kali Linux:

$ sudo apt remove git-crypt $ sudo apt autoclean && sudo apt autoremove

3. Information about the git-crypt package on Kali Linux

Package: git-crypt
Version: 0.7.0-0.1
Installed-Size: 211
Maintainer: Andrew Ayer
Architecture: amd64
Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libssl3 (>= 3.0.0), libstdc++6 (>= 11), git (>= 1.7.2)
Recommends: gnupg
Enhances: git
Size: 80992
SHA256: ca6c76c5878a1210f5f9d379322572129e8bf15ca3927cae49ca01d3bbacd7af
SHA1: 2c5060ab8afa416f002eb182455dcfc900819177
MD5sum: 46efabfa43fcd36a884709ce61d7a040
Description: Transparent file encryption in git
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.
Description-md5:
Homepage: https://www.agwa.name/projects/git-crypt
Section: vcs
Priority: optional
Filename: pool/main/g/git-crypt/git-crypt_0.7.0-0.1_amd64.deb