【发布时间】:2021-08-21 14:37:39
【问题描述】:
当我在运行Ubuntu 18.04 的单板计算机上基于Ubuntu 20.04 在Docker 容器中运行sudo apt install linux-modules-extra-$(uname -r) 时,我收到以下错误:
E: Unable to locate package linux-modules-extra-4.15.0-143-generic
E: Couldn't find any package by glob 'linux-modules-extra-4.15.0-143-generic'
E: Couldn't find any package by regex 'linux-modules-extra-4.15.0-143-generic'
对我来说,这让我想知道是否可以在Ubuntu 20.04 中安装linux-modules-extra-4.15.0-143-generic?也许它只与Ubuntu 18.04兼容?
谁能帮我澄清一下?
【问题讨论】:
标签: docker linux-device-driver ubuntu-18.04 ubuntu-20.04 usbserial