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

Last updated: May 05,2024

1. Install "git-secret" package

This tutorial shows how to install git-secret on Kali Linux

$ sudo apt update $ sudo apt install git-secret

2. Uninstall "git-secret" package

Please follow the instructions below to uninstall git-secret on Kali Linux:

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

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

Package: git-secret
Version: 0.5.0-1
Installed-Size: 89
Maintainer: ChangZhuo Chen (陳昌倬)
Architecture: all
Depends: coreutils (>= 8.21), gawk, git, gpg
Size: 35244
SHA256: 32fdbab393cc57ae0f99ce52367ae6effe26e49e5768b66a98a95c19b8fddf1b
SHA1: 245f323edd3484e015731a53fa466c5fd2e5b990
MD5sum: e73083b09f60c25921f662e65b0f6016
Description: store encrypted credential inside source code git repository
git-secret is designed to solve the problem where to store the credential file
(e.g. password, token, ...) for a service. With git-secret, Encrypted
credential can be stored along with source code in git repository.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/sobolevn/git-secret
Section: vcs
Priority: optional
Filename: pool/main/g/git-secret/git-secret_0.5.0-1_all.deb