我正在运行 Ubuntu 20.04,最近进行了一次 dist 升级。
uname -r: 5.8.0-34-generic
Run Code Online (Sandbox Code Playgroud)
我通过以下方式清除了 Virtualbox 和关联文件:
sudo apt-get purge "^virtualbox-.*"
Run Code Online (Sandbox Code Playgroud)
尝试重新安装任何软件后,我现在得到以下信息:
>>$ sudo apt install --reinstall linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
3 not fully installed or removed.
Need to get 0 B/1,236 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 328260 files and …
Run Code Online (Sandbox Code Playgroud)