Some people have been asking about the problem of font deficiency after installing Fedora15. I thought this was a case before I encountered a question from my later colleagues. It was of no universal significance or concern. However, more and more students encountered such problems. All problems are universal. I hope you can solve this problem. #1. Add the RPM Source: su-C' yumlocalinstall -- nogpgcheckhttp: // down
Some people have been asking about the problem of font deficiency after installing Fedora 15. I thought this was a case before I encountered a question from my later colleagues. It was of no universal significance or concern. However, more and more students encountered such problems. All problems are universal. I hope you can solve this problem.
#1. Add an RPM Source:
su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'
#2. Install the freetype-freeworld font package:
su -c 'yum install freetype-freeworld'
#3. If you have a better Web browsing experience, you can install the Microsoft Core Font:
su -c 'rpm -ivh msttcore-fonts-2.0-3.noarch.rpm'
Microsoft Core Font:
Free in http://linux.linuxidc.com/
The username and password are both www.linuxidc.com
The specific download directory is in the/pub/2011/07/18/Microsoft Core Font/
Done! Restart and check the effect?