6

Possible Duplicate:
How to find out which (not installed) package a file belongs to?

The wish is to install hd-idle on a bare Debian 6.0.6 installation.

For installation the hd-idle documentation instructs:

Run "dpkg-buildpackage -rfakeroot"

However trying to run that command results in:

root@debian:/tmp/hd-idle# dpkg-buildpackage -rfakeroot
-bash: dpkg-buildpackage: command not found

How to fix this missing dpkg-buildpackage?

Pro Backup
  • 4,924

1 Answers1

14

Go to http://packages.debian.org/, go to the bottom of the page (titled Search the contents of packages), select your version of Debian, enter dpkg-buildpackage as the keyword and click search. That will tell you which package to install to get the dpkg-buildpackage command.

tshepang
  • 65,642