我正在运行一个带有葡萄酒程序的debian 9码头容器。
我想得到小姐的支持。例如Arial,Courier,Comic等等。我目前的方法是
wget https://raw.githubusercontent.com/Winetricks/winetricks/20171222/src/winetricks -O /usr/local/bin/winetricks
chmod a+x /usr/local/bin/winetricks
winetricks corefonts这也需要wget、ca-certificates和cabextract在场。
通过apt来安装米斯托或字体-解放是否是更好的方法而不是花招?用apt install fonts-liberation来交换winetricks corefonts有什么坏处?
发布于 2019-04-17 19:25:51
这就是我在18上所做的,希望它能有所帮助:
# auto accept the msft EULA
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections
apt-get install ttf-mscorefonts-installerhttps://stackoverflow.com/questions/48645568
复制相似问题