我试图遵循NVIDIA驱动程序安装快速启动指南:
https://docs.nvidia.com/datacenter/tesla/tesla-installation-notes/index.html
第一条指令说:
当前运行的内核的内核头和开发包可以用以下方式安装:$
sudo apt-get install linux-headers-$(uname -r)
当我尝试这样做时,我会得到一个错误:
Unable to locate package linux-headers-4.9.140-tegra
Couldn't find any package by glob 'linux-headers-4.9.140-tegra'
Couldn't find any package by regex 'linux-headers-4.9.140-tegra'我不知道该怎么做。
https://stackoverflow.com/questions/64404738
复制相似问题