How to Install and Uninstall git-remote-gcrypt Package on Kali Linux

Last updated: May 05,2024

1. Install "git-remote-gcrypt" package

Here is a brief guide to show you how to install git-remote-gcrypt on Kali Linux

$ sudo apt update $ sudo apt install git-remote-gcrypt

2. Uninstall "git-remote-gcrypt" package

Please follow the step by step instructions below to uninstall git-remote-gcrypt on Kali Linux:

$ sudo apt remove git-remote-gcrypt $ sudo apt autoclean && sudo apt autoremove

3. Information about the git-remote-gcrypt package on Kali Linux

Package: git-remote-gcrypt
Version: 1.5-1
Installed-Size: 42
Maintainer: Sean Whitton
Architecture: all
Depends: git, gpg | gnupg1
Recommends: rsync, curl, gnupg
Suggests: rclone
Size: 17200
SHA256: c2039f512fcb33499f52cafaaab13ba1ac41c8f1612e929794edfe022b42c3c9
SHA1: dee77f9a7c90f57a91b03592ac5646f3a07885bb
MD5sum: dd2b401ac7de4c3b1977a5f86a8e9565
Description: encrypted git repositories
This lets git store git repositories in encrypted form.
It supports storing repositories on rsync or sftp servers.
It can also store the encrypted git repository inside a remote git
repository. All the regular git commands like git push and git pull
can be used to operate on such an encrypted repository.
.
The aim is to provide confidential, authenticated git storage and
collaboration using typical untrusted file hosts or services.
Description-md5:
Homepage: https://spwhitton.name/tech/code/git-remote-gcrypt/
Section: vcs
Priority: optional
Filename: pool/main/g/git-remote-gcrypt/git-remote-gcrypt_1.5-1_all.deb