How to Install debhelper in Ubuntu 18.04



Install debhelper by entering the following commands in the terminal:

sudo apt update
sudo apt install debhelper

Description:

helper programs for debian/rules

A collection of programs that can be used in a debian/rules file to automate common tasks related to building Debian packages. Programs are included to install various files into your package, compress files, fix file permissions, integrate your package with the Debian menu system, debconf, doc-base, etc. Most Debian packages use debhelper as part of their build process.

Version: 11.1.6ubuntu1

Section: devel