WSL Ubuntu 使用中文语言包

  1. 安装中文语言包
    1
    sudo apt install language-pack-zh-hans
  2. 安装字体,可以直接复制windows的
    1
    sudo cp -r /mnt/c/Windows/Fonts /usr/share/fonts/windows
  3. 安装字体管理工具fontconfig
    1
    sudo apt install fontconfig
  4. 重装Windows字体
    1
    sudo apt-get install --reinstall ttf-mscorefonts-installer
  5. 刷新字体缓存
    1
    fc-cache -f -v
  6. 运行dpkg-reconfigure locales
    1
    sudo dpkg-reconfigure locales
  7. 选择en_US.UTF-8zh_CN.UTF-8, 选择zh_CN.UTF-8为默认语言
  • 版权声明: 本博客所有文章除特别声明外,著作权归作者所有。转载请注明出处!

请我喝杯咖啡吧~