|
|
现在想把一个源码包打包成deb的包,需要用到dh_make命令,可是输入dh_make却提示:
debian:# dh_make
-bash: dh_make: command not found
由于就用apt-get install dh_make,但提示:
debian:# apt-get install dh_make
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package dh_make
我的debian的安装版本是:debian-40r2-i386-netinst.iso |
|