当在ubuntu中安装lm-sensors (检查CPU温度)包时,我收到了以下错误消息:
sirjan@sirjan-MY32BBZ7A:~$ sudo apt-get install lm-sensors
sudo apt-get --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 292 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up lm-sensors (1:3.6.0-2ubuntu1) ...
Illegal instruction (core dumped)
dpkg: error processing package lm-sensors (--configure):
installed lm-sensors package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
lm-sensors
^C
sirjan@sirjan-MY32BBZ7A:~$ 请注意,我不得不按^C退出apt-get,否则它就挂在那里了。这个错误信息意味着什么?我该怎么解决呢?我正在使用Ubuntu20.04(焦点Fossa)。
发布于 2020-08-03 15:07:39
复制计算机,解决了问题。
发布于 2020-08-03 08:36:34
您可以转到Synaptic包管理器并手动删除,然后重新安装lm-传感器包(以及任何依赖项)。还检查sudo dpkg --configure -a的结果
https://askubuntu.com/questions/1264155
复制相似问题