0%

Ubuntu下ttf-mscorefonts-installer安装问题



写在前面:

如本文描述有错误,希望读到这篇文章的您能够提出批评指正。 联系方式:172310978@qq.com

参考文章:

  1. https://blog.csdn.net/fickyou/article/details/50957414

1. Ubuntu系统中在安装ttf-mscorefonts-installer时(或者wine、ubuntu-restricted-extras等)会弹出如下窗口,导致安装过程阻塞。

License Agreement

方法1:

按Tab键,选中ok,然后按Enter键。

方法2(如果使用脚本,这种就很方便):

1
2
3
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections

sudo apt-get install ttf-mscorefonts-installer