How to Install and Uninstall git-crypt Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 17,2024

1. Install "git-crypt" package

This guide covers the steps necessary to install git-crypt on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install git-crypt

2. Uninstall "git-crypt" package

In this section, we are going to explain the necessary steps to uninstall git-crypt on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the git-crypt package on Ubuntu 21.04 (Hirsute Hippo)

Package: git-crypt
Architecture: amd64
Version: 0.6.0-1build2
Priority: optional
Section: universe/vcs
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Andrew Ayer
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 219
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libssl1.1 (>= 1.1.0), libstdc++6 (>= 9), git (>= 1.7.2)
Recommends: gnupg
Enhances: git
Filename: pool/universe/g/git-crypt/git-crypt_0.6.0-1build2_amd64.deb
Size: 80540
MD5sum: 88d482fcc99db69889447e2f3044e735
SHA1: 642e8c87d617fe6362afa1482fb9afa383257a76
SHA256: 92a49b49bd02ca3e4bcf48a6b3fc7b48e2bec414975d2e4962ee470a12029a53
SHA512: 7f0415c486e911bb263a06d4d654e45788d996bf644c852e136337d10186e10c5acf582e129a36072f51a4b1746786a4f7a5c60f18344406ed3042b0d1b5e4f6
Homepage: https://www.agwa.name/projects/git-crypt
Description-en: 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: 776bb5d5d6e2b6a3e3837fc4e70afa57