How to Install and Uninstall makepatch Package on Kali Linux

Last updated: September 20,2024

1. Install "makepatch" package

Learn how to install makepatch on Kali Linux

$ sudo apt update $ sudo apt install makepatch

2. Uninstall "makepatch" package

Please follow the instructions below to uninstall makepatch on Kali Linux:

$ sudo apt remove makepatch $ sudo apt autoclean && sudo apt autoremove

3. Information about the makepatch package on Kali Linux

Package: makepatch
Version: 2.03-3
Installed-Size: 100
Maintainer: Debian QA Group
Architecture: all
Depends: perl:any
Size: 35504
SHA256: 7bf84405f85911d7f497a0ae663a6a2a31b1957c9bd17bd1d38f522e669be304
SHA1: 53ca34935a088832e8ae369d72aa1a6a8ee8397f
MD5sum: 519a7253fb6b5b2ab0ddf922ebc4efb6
Description: generate/apply patch files with more functionality than plain diff
This package contains a pair of programs, makepatch and applypatch, to
assist in the generation and application of patch kits to synchronise
source trees.
.
makepatch knows about common conventions for patch kits (it generates
Index: and Prereq: lines, it patches patchlevel.h first, it can use
manifest files), plus it prepends some shell code which if run will
take care adding directories, removing files, setting execute mode on
scripts, and the like.
.
applypatch uses some extra data supplied by makepatch to verify both the
patch and the source directory before applying the patch. Afterwards it
will clean up the directory tree plus fix up the permissions and even
the timestamps on the patched files.
Description-md5:
Tag: devel::packaging, role::program, works-with-format::diff
Section: utils
Priority: optional
Filename: pool/main/m/makepatch/makepatch_2.03-3_all.deb