Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upgrade kernel on debian [closed]

When I try to compile kernel 3.14 on Debian 7.4 with the command make-kpkg:

/usr/bin/fakeroot: line 178: make-kpkg: command not found

And I wondering can I install kernel without compile?

like image 213
ValeriRangelov Avatar asked Dec 19 '22 15:12

ValeriRangelov


1 Answers

You probably haven't installed kernel-package, which contains make-kpkg. Better just forget about it, it's obsolete.

Just run make deb-pkg instead.

like image 89
Andreas Bombe Avatar answered Jan 05 '23 07:01

Andreas Bombe