How to Install and Uninstall git-remote-gcrypt Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

1. Install "git-remote-gcrypt" package

Here is a brief guide to show you how to install git-remote-gcrypt on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "git-remote-gcrypt" package

Please follow the instructions below to uninstall git-remote-gcrypt on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the git-remote-gcrypt package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: git-remote-gcrypt
Priority: optional
Section: universe/vcs
Installed-Size: 39
Maintainer: Ubuntu Developers
Original-Maintainer: Sean Whitton
Architecture: all
Version: 0.20130908-8
Depends: git, gnupg | gnupg2
Recommends: rsync, curl
Filename: pool/universe/g/git-remote-gcrypt/git-remote-gcrypt_0.20130908-8_all.deb
Size: 13254
MD5sum: 768f9abe58c747fd6aba1a51acf0d722
SHA1: 103ffc1c8eb18415761bf050ef2ef12ed4a6bdc1
SHA256: f310e734439558dd4540f0c9cb934c35a067f78d4d6e798431a04fd333f7d81e
Description-en: 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: c69165daf88f527f2448e6c1a38d2490
Homepage: https://github.com/bluss/git-remote-gcrypt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu