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

Last updated: May 13,2024

1. Install "git-buildpackage" package

This is a short guide on how to install git-buildpackage on Kali Linux

$ sudo apt update $ sudo apt install git-buildpackage

2. Uninstall "git-buildpackage" package

Please follow the step by step instructions below to uninstall git-buildpackage on Kali Linux:

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

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

Package: git-buildpackage
Version: 0.9.33
Installed-Size: 1988
Maintainer: Guido Günther
Architecture: all
Depends: python3-dateutil, python3:any (>= 3.7~), devscripts (>= 2.13.5~), git (>= 1:2.40.1-1), man-db, python3-pkg-resources, python3-yaml, sensible-utils
Recommends: pristine-tar (>= 1.41), cowbuilder | pbuilder | sbuild, python3-requests
Suggests: python3-notify2, unzip, sudo
Breaks: dgit (<< 9.16~)
Size: 810736
SHA256: 6a3ca15bfc49be03b702247fa442688ed592b0c276ba18af1f5b5819a37f8ecc
SHA1: 52608e5f3f02847f14ce63f96270ccbe156fff00
MD5sum: 1458be98b719bca091ed4d895c0feb2b
Description: Suite to help with Debian packages in Git repositories
This package contains the following tools:
* gbp buildpackage: build a package out of a Git repository, check for local
modifications and tag appropriately
* gbp import-orig: import a new upstream version into the Git repository
* gbp export-orig: export an upstream tarball from the Git repository
* gbp import-{dsc,dscs}: import existing Debian source packages into a Git
repository
* gbp dch: generate Debian changelog entries from Git commit messages
* gbp {pull,clone}: clone and pull from remote repos
* gbp pq: manage debian/patches easily
* gbp create-remote-repo: create remote repositories
* gbp push: push content to remote repositories
* gbp tag: tag a Debian package in Git
* gbp pristine-tar: create pristine-tar commits
* gbp setup-gitattributes: set up Git attributes to disable transformations
Description-md5:
Homepage: https://honk.sigxcpu.org/piki/projects/git-buildpackage/
Tag: devel::debian, devel::packaging, devel::rcs, implemented-in::python,
interface::commandline, role::program, scope::utility
Section: vcs
Priority: optional
Filename: pool/main/g/git-buildpackage/git-buildpackage_0.9.33_all.deb