How to Install and Uninstall git-debpush Package on Kali Linux

Last updated: May 14,2024

1. Install "git-debpush" package

Learn how to install git-debpush on Kali Linux

$ sudo apt update $ sudo apt install git-debpush

2. Uninstall "git-debpush" package

This is a short guide on how to uninstall git-debpush on Kali Linux:

$ sudo apt remove git-debpush $ sudo apt autoclean && sudo apt autoremove

3. Information about the git-debpush package on Kali Linux

Package: git-debpush
Source: dgit
Version: 11.6
Installed-Size: 46
Maintainer: Ian Jackson
Architecture: all
Depends: devscripts, git, gnupg, libgit-wrapper-perl
Size: 22228
SHA256: 69c96021be4e6cf69ee24d2e7ea6dfde215bba9aee9f97e5a3dc5139591e9866
SHA1: 6310850165f593d553276ba9051d7313269c0689
MD5sum: 76c63b0e9eaedcea2b782f50478ee0ae
Description: client script for git pushing to Debian-style archives
git-debpush is a script to create and push a specially formatted
signed git tag. The metadata in the tag indicates that the tagged
commit should be pushed (or "uploaded") to a Debian-style archive.
.
Tags generated by this script can be read by an intermediary service,
which performs any conversion that's needed (such as producing and
signing a .dsc and .changes), and then uploads the result to the
Debian-style archive on your behalf.
Description-md5:
Section: devel
Priority: optional
Filename: pool/main/d/dgit/git-debpush_11.6_all.deb