How to Install and Uninstall commit-patch Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "commit-patch" package

This guide let you learn how to install commit-patch on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install commit-patch

2. Uninstall "commit-patch" package

Please follow the guidelines below to uninstall commit-patch on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the commit-patch package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: commit-patch
Priority: optional
Section: universe/vcs
Installed-Size: 134
Maintainer: Ubuntu Developers
Original-Maintainer: David Caldwell
Architecture: all
Version: 2.5-1
Depends: perl, libipc-run-perl, patch, patchutils
Suggests: darcs | git | mercurial | bzr | monotone | subversion | cvs
Filename: pool/universe/c/commit-patch/commit-patch_2.5-1_all.deb
Size: 18876
MD5sum: 36b9da74aa2a1f680a8853a5d5c0e496
SHA1: 06a411eb8685a9616a51a1a66f595f3eb84f8e60
SHA256: 4cd41f636453888d8ee2ed775ab97515252cc2a9c1e65c6807319708e440bd53
Description-en: 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: d9329af36e0955d29b0ddb9c6275ba79
Homepage: http://porkrind.org/commit-patch/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu