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

Last updated: October 08,2024

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

This is a short guide on how to install git-remote-gcrypt.noarch on Fedora 39

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

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

Please follow the instructions below to uninstall git-remote-gcrypt.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:01:25 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : git-remote-gcrypt
Version : 1.5
Release : 3.fc39
Architecture : noarch
Size : 37 k
Source : git-remote-gcrypt-1.5-3.fc39.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.