How to Install and Uninstall dgit.noarch Package on CentOS 8 / RHEL 8

Last updated: May 06,2024

1. Install "dgit.noarch" package

Please follow the instructions below to install dgit.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install dgit.noarch

2. Uninstall "dgit.noarch" package

Please follow the guidance below to uninstall dgit.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove dgit.noarch $ sudo dnf autoremove

3. Information about the dgit.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:13:12 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : dgit
Version : 9.10
Release : 1.el8
Architecture : noarch
Size : 205 k
Source : dgit-9.10-1.el8.src.rpm
Repository : epel
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.