我是 Ubuntu 新手,我尝试使用该命令,fakeroot debian/rules clean
但出现错误。以下是显示的部分内容:
cp debian.master/control.stub debian/control.stub
cd /home/clmoore3/ubuntu-trusty/debian/build && kernel-wedge gen-control > /home/clmoore3/ubuntu-trusty/debian/control
/bin/bash: kernel-wedge: command not found
make: *** [debian/control] Error 127
答案1
kernel-wedge
使用以下命令安装解决了该问题:
sudo apt-get install kernel-wedge