Category Archives: SYSTEM

在 Ubuntu 20.04 LTS 桌面版上安装 MS 字体

使用命令行安装

  1. $ sudo apt update
  2. $ sudo apt install ttf-mscorefonts-installer
  3. $ sudo fc-cache -f -v

将所有的 Windows 字体复制到 /usr/share/fonts 目录下并使用一下命令安装字体:

  1. $ mkdir /usr/share/fonts/WindowsFonts
  2. $ cp /Windowsdrive/Windows/Fonts/* /usr/share/fonts/WindowsFonts
  3. $ chmod 755 /usr/share/fonts/WindowsFonts/*
  4. fc-cache