How to Install dpkg-dev in Ubuntu 18.04



Install dpkg-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install dpkg-dev

Description:

Debian package development tools

This package provides the development tools (including dpkg-source) required to unpack, build and upload Debian source packages. . Most Debian source packages will require additional tools to build; for example, most packages need make and the C compiler gcc.

Homepage: https://wiki.debian.org/Teams/Dpkg

Version: 1.19.0.5ubuntu2

Section: utils