/usr/share
내 시스템에는 글꼴 디렉토리가 전혀 없습니다. Centos 7에 Microsoft True Type 글꼴을 설치하는 방법은 무엇입니까? 나에게 필요한 것은 Arial과 Georgia뿐입니다.
답변1
이는 다음 위치에 문서화되어 있습니다.http://mscorefonts2.sourceforge.net/
yum install curl cabextract xorg-x11-font-utils fontconfig
yum install https://downloads.sourceforge.net/project/mscorefonts2/rpms/msttcore-fonts-installer-2.6-1.noarch.rpm
답변2
다음 중 하나를 사용하여 설치해 보세요 rpm
(어느 것이 더 나은지 잘 모르겠습니다).
- http://www.my-guides.net/en/images/stories/fedora12/msttcore-fonts-2.0-3.noarch.rpm
- http://nchc.dl.sourceforge.net/project/mscorefonts2/rpms/msttcore-fonts-installer-2.6-1.noarch.rpm
- http://li.nux.ro/download/nux/dextop/el7/x86_64/webcore-fonts-3.0-1.noarch.rpm
그런데 문제가 호환성 문제가 아니라면 무료/리브레 글꼴을 사용하세요. DejaVu, Droid, URW 등 아름다운 것들이 많이 있습니다.
답변3
fonts
다음에서 패키지 세트를 설치할 수 있습니다 epel-release
.
yum install -y epel-release
yum update -y
yum groupinstall -y "fonts"
답변4
CentOS Wiki에 언급된 이 저장소에는 사용 가능한 추가 글꼴 및 미디어 관련 패키지가 많이 있습니다.
yum install wine
저장소를 추가한 후 여기 위키를 따라 필요한 거의 모든 글꼴을 설치하십시오.https://wiki.centos.org/TipsAndTricks/MultimediaOnCentOS7
yum -y install http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
이 저장소의 소스가 얼마나 신뢰할 수 있는지는 잘 모르겠지만, 더 광범위하고 건강한 Linux 감사 커뮤니티가 생길 때까지 소스에 관계없이 대부분의 경우 동일하다고 말할 수 있습니다.