How to Install dh-python in Ubuntu 18.04



Install dh-python by entering the following commands in the terminal:

sudo apt update
sudo apt install dh-python

Description:

Debian helper tools for packaging Python libraries and applications

This package contains: * pybuild - invokes various build systems for requested Python versions in order to build modules and extensions * dh_python2 - calculates Python 2.X dependencies for Debian packages, adds maintainer scripts to byte compile files, etc. * dh_python3 - calculates Python 3.X dependencies for Debian packages, adds maintainer scripts to byte compile files, etc. * dh_pypy - calculates PyPy dependencies for Debian packages, adds maintainer scripts to byte compile files, etc.

Version: 3.20180325ubuntu2

Section: python