How to Install and Uninstall makepatch Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "makepatch" package

Please follow the steps below to install makepatch on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install makepatch

2. Uninstall "makepatch" package

In this section, we are going to explain the necessary steps to uninstall makepatch on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the makepatch package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: makepatch
Priority: optional
Section: universe/utils
Installed-Size: 102
Maintainer: Ubuntu Developers
Original-Maintainer: Roderick Schertler
Architecture: all
Version: 2.03-1.1
Depends: perl
Filename: pool/universe/m/makepatch/makepatch_2.03-1.1_all.deb
Size: 34714
MD5sum: 80a70cc404c4cf9c4da320439becbd1b
SHA1: d61ae3dfcb1049aaac50140436286e0876a96f76
SHA256: e3f6573c75b88be6dbfbf41e004256a5a6abe14f5d96bab70a7d634274f69c23
Description-en: 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: b4caf25577e62a959089ee2261ad5afe
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu