我正在尝试使用 docker,但仍然停留在安装过程中(基于docker 安装页面),在此:
sudo apt-get install linux-image-extra-$(uname -r)
它给我错误:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-image-extra-4.4.1-040401-generic
E: Couldn't find any package by regex 'linux-image-extra-4.4.1-040401-generic'
Run Code Online (Sandbox Code Playgroud)
顺便说一句,我在 Ubuntu 14.04 上使用内核 4.4.1。
那么,如果我无法从 repo 或kernel.ubuntu.com获得它,我怎么能安装这个 linux-image-extra 软件包?任何提示?
谢谢。
14.04 ×1