You may want to install Microsoft Truetype fonts in Ubuntu for any reason. It's very simple. All you need to do in your Ubuntu Gutsy Gibbon 7.10 is to install the msttcorefonts package.
The Truetype Microsoft fonts provided by the package include:
•Andale Mono
•Arial Black
•Arial (Bold, Italic, Bold Italic)
•Comic Sans MS (Bold)
•Courier New (Bold, Italic, Bold Italic)
•Georgia (Bold, Italic, Bold Italic)
•Impact
•Times New Roman (Bold, Italic, Bold Italic)
•Trebuchet (Bold, Italic, Bold Italic)
•Verdana (Bold, Italic, Bold Italic)
•Webdings
To install msttcorefonts package, open a Terminal... Application > Accessories > Terminal and type (without the dollar sign):
$ sudo apt-get install msttcorefonts
After doing this, you can also install other TTF fonts in your collection by copying them in your ~/.fonts folder. After installing new fonts, you will have to log out and log in again to be able to see and use the new fonts. If you want to avoid this, you can regenerate the fonts cache by issuing the following command:
$ sudo fc-cache -fv
That's all. Anyway, Hope it will help others too.
Installing Microsoft Fonts in Ubuntu
Related Posts:
Howto Upgrade Pidgin into 2.5.8 versionThe solution is upgrade the Pidgin into 2.5.8 version. Via terminal console The steps: 1. Open the terminal, then copy-paste these commands and pr… Read More
Howto Install Skype perfectly in ubuntu 9.10 Karmic Koala The world famous communication software skype can easily install in ubuntu 9.10 Karmic koala with simple steps. Skype can be used for Free calls, vi… Read More
Install Adobe PDF Reader with Plug-in for Mozilla Firefox in ubuntuAdobe Acrobat was the first software to support Adobe Systems’ Portable Document Format (PDF). It is a family of software, some commercial and some fr… Read More
Howto Mount and Unmout ISO images without burning them in ubuntuSome times you want to use iSO images without burning them.If you don’t want to waste your CD’s/DVD’s here is the simple possible solutions using thes… Read More
Howto Install More Than 4Gb Memory in 32 bit Ubuntu - How to Install PAE ( Physical Address Extension)If You Install More than 4 GB Memory in your 32bit ubuntu Machine It will not access the memory beyond 4GB.The x86 architecture presently uses only 36… Read More
0 comments:
Post a Comment