How to Install and Uninstall dgit.noarch Package on Fedora 35

Last updated: November 29,2024

1. Install "dgit.noarch" package

This guide let you learn how to install dgit.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install dgit.noarch

2. Uninstall "dgit.noarch" package

This guide covers the steps necessary to uninstall dgit.noarch on Fedora 35:

$ sudo dnf remove dgit.noarch $ sudo dnf autoremove

3. Information about the dgit.noarch package on Fedora 35

Last metadata expiration check: 0:52:17 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : dgit
Version : 9.16
Release : 1.fc35
Architecture : noarch
Size : 196 k
Source : dgit-9.16-1.fc35.src.rpm
Repository : updates
Summary : Integration between git and Debian-style archives
URL : https://browse.dgit.debian.org/dgit.git/
License : GPLv3+
Description : dgit (with the associated infrastructure) makes it possible to
: treat the Debian archive as a git repository:
:
: "dgit push" constructs uploads from git commits
:
: "dgit clone" and "dgit fetch" construct git commits from uploads.