How to Install and Uninstall git-remote-gcrypt.noarch Package on Fedora 36

Last updated: September 29,2024

1. Install "git-remote-gcrypt.noarch" package

This tutorial shows how to install git-remote-gcrypt.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install git-remote-gcrypt.noarch

2. Uninstall "git-remote-gcrypt.noarch" package

Please follow the steps below to uninstall git-remote-gcrypt.noarch on Fedora 36:

$ sudo dnf remove git-remote-gcrypt.noarch $ sudo dnf autoremove

3. Information about the git-remote-gcrypt.noarch package on Fedora 36

Last metadata expiration check: 3:57:25 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : git-remote-gcrypt
Version : 1.4
Release : 2.fc36
Architecture : noarch
Size : 37 k
Source : git-remote-gcrypt-1.4-2.fc36.src.rpm
Repository : fedora
Summary : GNU Privacy Guard-encrypted git remote
URL : https://git.spwhitton.name/git-remote-gcrypt
License : GPLv3
Description : 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.