使用命令行安装
$ sudo apt update
$ sudo apt install ttf-mscorefonts-installer
$ sudo fc-cache -f -v
将所有的 Windows 字体复制到 /usr/share/fonts 目录下并使用一下命令安装字体:
$ mkdir /usr/share/fonts/WindowsFonts
$ cp /Windowsdrive/Windows/Fonts/* /usr/share/fonts/WindowsFonts
$ chmod 755 /usr/share/fonts/WindowsFonts/*
fc-cache