我正在使用 Ubuntu 桌面(Linux 版本 3.11.0-15-generic (buildd@allspice))。我尝试通过命令获取 Linux 源代码:
sudo apt-get source linux-image-3.11.0-15-generic
然后我看到了这个错误:
home@ubuntu:~$ sudo apt-get source linux-image-3.11.0-15-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: You must put some 'source' URIs in your sources.list
我找不到合适的 URI 链接来添加/etc/apt/sources.list
。
答案1
使用
sudo software-properties-gtk
在“Ubuntu 软件”选项卡上启用“源代码”复选框。然后运行
sudo apt-get update
获取来源列表。