The simplest way to setup True Type fonts under Debian/Ubuntu Linux execute the following command:
# apt-get install msttcorefonts
Under CentOS/Red Hat Linux follow these steps:
# yum install rpm-build cabextract # wget http://corefonts.sourceforge.net/msttcorefonts-2.0-1.spec # rpmbuild -ba msttcorefonts-2.0-1.spec # rpm -ivh /usr/src/redhat/RPMS/noarch/msttcorefonts-2.0-1.noarch.rpm
PS: you may need to connect rpm forge repository to install cabextract utility

Be The First To Comment
Related Post
Please Leave Your Comments Below