How to Install and Uninstall dgit.noarch Package on Rocky Linux 8

Last updated: May 19,2024

1. Install "dgit.noarch" package

Please follow the steps below to install dgit.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install dgit.noarch

2. Uninstall "dgit.noarch" package

This guide covers the steps necessary to uninstall dgit.noarch on Rocky Linux 8:

$ sudo dnf remove dgit.noarch $ sudo dnf autoremove

3. Information about the dgit.noarch package on Rocky Linux 8

Last metadata expiration check: 0:13:29 ago on Mon Sep 12 10:27:18 2022.
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.