yum install -y fontconfig mkfontscale
mkdir -p /usr/share/fonts/chinese
cp simsun.ttc simsun.ttc /usr/share/fonts/chinese
cd /usr/share/fonts/chinese
mkfontscale
mkfontdir
fc-cache
使用ls -al
檢視當前目錄,字型已經安裝完畢,如圖:
使用fc-list
檢視字型是否安裝成功,如圖:
從上圖可以很明顯的看出新字型已經成功安裝。
centos6 安裝windows字型
注意 字型檔案必須是ttf或者ttf格式的檔案,1 yum install y fontconfig mkfontscale 2 mkdir p usr share fonts windows fonts 3 上傳ttf格式的字型檔案到 usr share fonts windows fonts 本...
系統 安裝centos6
centos6 位址 由於版本較老,yum 無法使用。更新yum 源 更新阿里源 mv centos base.repo centos base.repo.backupwgetmv etc yum.repos.d centos 7.repo etc yum.repos.d centos base.r...
ubuntu安裝新字型
1.安裝到 usr share fonts wget sudo mkdir p usr share fonts custom sudo mv monaco.ttf usr share fonts custom sudo chmod 744 usr share fonts custom monaco....