从终端输出,我们可以看到:
ttf-mscorefonts-installer: processing...
ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/andale32.exe
0% [Connecting to zenlayer.dl.sourceforge.net (98.98.48.225)]
然后出现:
Err:1 http://downloads.sourceforge.net/corefonts/andale32.exe
Connection timed out [IP: 98.98.48.225 80]
✅ 解决方案 :手动接受 EULA 并安装
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
sudo apt install --reinstall ttf-mscorefonts-installer
检查 ttf-mscorefonts-installer
是否正确安装
dpkg -l | grep ttf-mscorefonts-installer
这样的输出就是成功了~