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

Last updated: May 19,2024

1. Install "dpatch" package

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

$ sudo apt update $ sudo apt install dpatch

2. Uninstall "dpatch" package

This tutorial shows how to uninstall dpatch on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove dpatch $ sudo apt autoclean && sudo apt autoremove

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

Package: dpatch
Priority: optional
Section: universe/devel
Installed-Size: 191
Maintainer: Ubuntu Developers
Original-Maintainer: Gergely Nagy
Architecture: all
Version: 2.0.38
Depends: bash (>= 3.0-6), dpkg-dev, perl
Recommends: fakeroot, patchutils
Suggests: curl
Filename: pool/universe/d/dpatch/dpatch_2.0.38_all.deb
Size: 47426
MD5sum: 369e61874f644c67167e91c3e759c6b3
SHA1: c471f1deece2aa84a42a441667049131acd9f1a9
SHA256: 5c6326405f42ad06a21435900b34bc4f755c65f6025878af64249426bb5e597f
Description-en: patch maintenance system for Debian source packages
dpatch is an easy to use patch system for Debian packages, somewhat
similar to the dbs package, but much simpler to use.
.
It lets you store patches and other simple customization templates in
debian/patches and otherwise does not require much reorganization of
your source tree. To get the patches applied at build time you simply
need to include a makefile snippet and then depend on the
patch/unpatch target in the build or clean stage of debian/rules - or
you can use the dpatch patching script directly.
.
It can easily apply patches only on specific architectures if needed.
Description-md5: 286f2861a86b05464a69997c4054a622
Multi-Arch: foreign
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu