How to Install and Uninstall commit-patch Package on Kali Linux

Last updated: May 18,2024

1. Install "commit-patch" package

This guide let you learn how to install commit-patch on Kali Linux

$ sudo apt update $ sudo apt install commit-patch

2. Uninstall "commit-patch" package

Please follow the steps below to uninstall commit-patch on Kali Linux:

$ sudo apt remove commit-patch $ sudo apt autoclean && sudo apt autoremove

3. Information about the commit-patch package on Kali Linux

Package: commit-patch
Version: 2.6-2.1
Installed-Size: 84
Maintainer: David Caldwell
Architecture: all
Depends: perl:any, libipc-run-perl, patch, patchutils, emacsen-common (>= 2.0.8)
Suggests: darcs | git | mercurial | bzr | monotone | subversion | cvs
Size: 20264
SHA256: 2cc6552f02d1f8cc77de7d83f7fc8f91e6708313b2f16d795235fdef2b02b8a4
SHA1: 29c8addb71fb1b788c5c618ce21222820f308908
MD5sum: 100644bd0fc517d616ace9c60a89c957
Description: utility to commit fine grained patches to source code control repositories
Normally version control systems don't allow fine grained
commits. commit-patch allows the user to control exactly what gets
committed by letting the user supply a patch to be committed rather than
using the files in the current working directory.
.
commit-patch supports Darcs, Git, Mercurial, Bazaar, Monotone, Subversion,
or CVS repositories.
.
Also included is an Emacs interface to commit-patch. It allows you to just
hit C-c C-c in any patch buffer to apply and commit only the changes
indicated by the patch, regardless of the changes in your working
directory.
Description-md5:
Homepage: http://porkrind.org/commit-patch/
Section: vcs
Priority: optional
Filename: pool/main/c/commit-patch/commit-patch_2.6-2.1_all.deb