ubuntu 下使用libreoffice预览office中文乱码解决方式

aptitude install libreoffice

apt-get install libreoffice-l10n-zh-cn

sudo cp simsun.ttc /usr/share/fonts
cd /usr/share/fonts
修改权限
sudo chmod 644 simsun.ttc
更新字体缓存:
sudo fc-cache -fv

猜你喜欢

转载自amspring.iteye.com/blog/2207743