当前位置: 首页>>技术教程>>正文


如何添加内核 PPA?

, , ,

问题描述

我可以从 this kernel PPA 获取 Ubuntu 主线内核——有没有办法像常规 Launchpad PPA 一样将它添加到我的存储库列表中?

最佳思路

警告:此答案已过时。在撰写此警告 (6.10.2013) 时,此处使用的 kernel-ppa 不再更新。请忽略此答案。

小提示:不建议为您的系统安装官方标准内核以外的任何东西。它可能不稳定或有问题。现在进入主题:

这添加了 ubuntu 内核的日常构建(不是主线):

sudo apt-add-repository ppa:kernel-ppa/ppa
sudo apt-get update
sudo apt-get install PACKAGENAME

您可以使用菜单项 “Repositories” 对软件中心或 Synaptic 执行相同的操作。从那里你需要点击一些不言自明的东西。

您可能对 this answer 感兴趣。

次佳思路

你不能 。你可以这样安装。

\\n

Installing Mainline Kernels

\\n

To use the mainline kernel as-is you\\n only only need to download and install\\n the image.deb package that\\n corresponds to your architecture,\\n however if you need to build any\\n external modules you also need the\\n correct header.deb and source.deb\\n packages.

\\n

To install, download the common\\n headers, architecture specific\\n headers, and the architecture specific\\n image. For example for 2.6.27.15 we\\n have the following files, for i386 you\\n would need those marked with B and C,\\n amd64 take those marked A & C:

\\n

A       linux-headers-2.6.27-02062715-generic_2.6.27-02062715_amd64.deb\\nB       linux-headers-2.6.27-02062715-generic_2.6.27-02062715_i386.deb\\nC       linux-headers-2.6.27-02062715_2.6.27-02062715_all.deb\\nA       linux-image-2.6.27-02062715-generic_2.6.27-02062715_amd64.deb\\nB       linux-image-2.6.27-02062715-generic_2.6.27-02062715_i386.deb\\n

\\n

Once you have those downloaded they\\n will need to be installed using dpkg:

\\n

sudo dpkg -i *.deb\\n

\\n

Source

参考资料

本文由Ubuntu问答整理, 博文地址: https://ubuntuqa.com/article/13633.html,未经允许,请勿转载。