首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >找不到4.10.0-28的linux标头-泛型

找不到4.10.0-28的linux标头-泛型
EN

Ask Ubuntu用户
提问于 2019-01-03 17:40:51
回答 2查看 989关注 0票数 0

Ubuntu很难为4.10.0-28找到通用的linux头。我能做些什么来解决这个问题?

输出cat /etc/apt/sources.list

代码语言:javascript
复制
remus@linux:/var/log$ cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 16.04.3 LTS _Xenial Xerus_ - Release amd64 (20170801)]/ xenial main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ bionic main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ bionic universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial universe
deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ bionic multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu xenial partner
# deb-src http://archive.canonical.com/ubuntu xenial partner

deb http://security.ubuntu.com/ubuntu bionic-security main restricted
# deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
deb http://security.ubuntu.com/ubuntu bionic-security universe
# deb-src http://security.ubuntu.com/ubuntu xenial-security universe
deb http://security.ubuntu.com/ubuntu bionic-security multiverse
# deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
EN

回答 2

Ask Ubuntu用户

回答已采纳

发布于 2019-01-03 18:34:06

您的系统的当前内核版本是4.10.0-28,它是与17.04 Z校一起发布的,而18.04仿生版本是随4.15.xxx.这就是为什么你会犯这个错误。尝试安装较新的内核,如4-15.0-43 (到目前为止,这是我的主要安装中的当前内核)。首先,确定从存储库安装哪个内核。对于此运行:

代码语言:javascript
复制
sudo apt update
apt-cache search linux-headers

并使用以下方法安装:

代码语言:javascript
复制
sudo apt install linux-headers-4-15.0-43

您可以用任何可用的版本替换4-15.0-43。

要知道哪个Ubuntu版本有哪个内核版本,请参阅@Rinzwind的答案 on 具有相应Linux内核版本的Ubuntu版本列表

票数 1
EN

Ask Ubuntu用户

发布于 2019-01-03 18:43:15

更好的方法是安装标准内核映像、其标头和所有必要的工具:

代码语言:javascript
复制
sudo apt install linux-image-generic linux-headers-generic linux-tools-generic

然后重新启动并使用它们。

这种方法将安装所有所需的依赖项,并通过使用受支持的内核版本使您的系统更加安全。

票数 1
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1106654

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档