How to Install dh-python software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install dh-python software package in Ubuntu 14.04 LTS (Trusty Tahr)

dh-python software package provides Debian helper tools for packaging Python libraries and applications, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install dh-python 

dh-python is installed in your system.

Make ensure the dh-python package were installed using the commands given below,

$ sudo dpkg-query -l | grep dh-python *

You will get with dh-python package name, version, architecture and description in a table

dh-python package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Python
Package dh-python
Version 1.20140128-1ubuntu8
Description Debian helper tools for packaging Python libraries and applications
Sub Section Python


See Also, How to uninstall or remove dh-python software package from Ubuntu 14.04 LTS (Trusty Tahr)?