我是新手。我在测试机上构建了 Linux 4.4 Ubuntu 内核。总共生成了 13 个文件,但我只使用了 4 个。
linux-headers-4.4.0-59_4.4.0-59.80_all.deb
linux-headers-4.4.0-59-generic_4.4.0-59.80_amd64.deb
linux-image-4.4.0-59-generic_4.4.0-59.80_amd64.deb
linux-image-extra-4.4.0-59-generic_4.4.0-59.80_amd64.deb
我尝试仅使用这 4 个软件包将 ubuntu 3.13 内核升级到 4.4。但因依赖关系而失败kmod
。kmod
使用安装时apt-get
,我在 3.13 机器上收到以下错误:
$ sudo apt-get install kmod
Reading package lists...
Done
Building dependency tree Reading state information... Done
Package kmod is not available but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source.
我尝试过sudo apt-get update
,但没有成功。
你能帮我修复它吗?