Liunx环境安装字体(simsun为例)

一:下载simsun字体文件包

java 复制代码
链接:https://pan.baidu.com/s/1jelox8MalDJDWTyx4Z9ghw 
提取码:tttt

二:把解压后的simsun.ttf、simsun.ttc放到 /usr/share/fonts目录

三:安装

java 复制代码
// 刷新字体缓存
[root@xxxxxx fonts]# fc-cache -vf
// 查看字体是否安装成功、出行以下字体列表说明已经安装成功
[root@xxxxxx fonts]# fc-list | grep "宋体"
/usr/share/fonts/simsun.ttc: SimSun,宋体:style=Regular
/usr/share/fonts/simsun.ttf: SimSun,宋体:style=Regular
/usr/share/fonts/simsun.ttc: SimSun\-PUA,宋体\-PUA:style=Regular
/usr/share/fonts/simsun.ttc: NSimSun,新宋体:style=Regular
相关推荐
慌糖3 分钟前
CentOS 安装 Redis 简明指南
linux·redis·centos
设计师小聂!12 分钟前
linux常用命令(一)
linux·运维·服务器
hnlucky19 分钟前
《Nginx + 双Tomcat实战:域名解析、静态服务与反向代理、负载均衡全指南》
java·linux·服务器·前端·nginx·tomcat·web
cui_win28 分钟前
【网络】Linux 内核优化实战 - net.ipv4.tcp_congestion_control
linux·网络·tcp/ip
笑稀了的野生俊1 小时前
ImportError: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.32‘ not found
linux·人工智能·ubuntu·大模型·glibc·flash-attn
千帐灯无此声2 小时前
Linux 测开:日志分析 + 定位 Bug
linux·c语言·c++·bug
誰能久伴不乏2 小时前
深入了解 Vim 编辑器:从入门到精通
linux·编辑器·vim
ghie90902 小时前
在Centos系统上如何有效删除文件和目录的指令汇总
linux·运维·centos
Linux-palpitate2 小时前
Keepalived+LVS实现LNMP网站的高可用部署
linux·运维·服务器·mysql·lvs
潇-xiao2 小时前
进程状态 + 进程优先级切换调度-进程概念(5)
linux·笔记