오래전 이야기/Server

Fedora(X-windows) 설치후 언어 추가 방법

리눅스 엔지니어였던 2008. 9. 15. 14:08

인스톨과정에서는 언어를 추가할 수 있지만, OS 인스톨 후에는 언어추가하는 방법을 몰라


인터넷 검색후 알아낸 정보입니다.


================



Install a package with suitable fonts. (Note that "language" and "fonts"
are not as closely related as you seem to think).

If you have yum configured, then
yum search font
will come up with a list of over 100 font related packages. (Not all of
them can easily be used in a browser: anything tetex-related, for
example).

For use in a browser, you might want to look at
yum search ttfont
which gives you ttfonts-zh_TW, ttfonts-ko, ttfonts-ja, and
ttfonts-zh_CN. You can install those through yum or from your install
media.

You might also want to read the font section of the release notes (for
example, at http://fedora.redhat.com/docs/release-notes/), which tells
you how to install fonts you've found elsewhere.

Let us know if you want any more help,

James.