9

There is no Times New Roman Font present in LibreOffice Writer. I looked upon the question Installing Times New Roman font. But I have the fonts installed on my system already, but is it not showing up on Libreoffice Writer?

My system specs

$ libreoffice --version
LibreOffice 5.1.2.2 10m0(Build:2)
Tasdik Rahman
  • 447
  • 3
  • 10
  • 21

3 Answers3

9

Probably something happened during the installation of the fonts, and the package appears installed, although the fonts themselves were not. Simply purge the package and re-install it:

sudo apt-get remove --purge ttf-mscorefonts-installer
sudo apt-get install ttf-mscorefonts-installer

A screen will appear, where you will have to accept the license agreement. Then the fonts will be downloaded and installed one by one.

lefterav
  • 626
  • 7
  • 18
  • (TAB+ ENTER) :to agree to the EULA!! source - https://askubuntu.com/questions/16225/how-can-i-accept-the-microsoft-eula-agreement-for-ttf-mscorefonts-installer – thepurpleowl Aug 24 '18 at 10:13
0

Hi all I was trying to install ttf_mscorefonts_installer from synaptic manager,but mine was not working. But i downloaded latest version of ubuntu16.04.2 desktop version and tried to install it.Now it is working for me.I will recommend you to install synaptic manager and install from it.

Akhil
  • 1
  • I was getting popup notification windows every time Ubuntu started that ttf-mscorefonts-installer was missing fonts after I installed 16.04, and then after 2-3 months the missing font notifications disappeared by themselves, maybe because of a software update?. – karel Jul 01 '17 at 06:19
-1

I always install the package ttf-mscorefonts-installer described here via Synaptic Package manager, or via terminal run these commands:

sudo apt-get update sudo apt-get install ttf-mscorefonts-installer

and the fonts (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) are automatically available to use in LibreOffice.

Sinscary
  • 1,385
  • 9
  • 27
  • The question which I mentioned states this solution! This is not working @Felippe – Tasdik Rahman May 17 '16 at 14:25
  • @TasdikRahman try to reinstall both LibreOffice and ttf-mscorefonts-installer. Via Synaptic is easier(mouse right button in the package's name > reinstall... ) maybe it will work. – Felippe H D de Castro May 17 '16 at 16:06
  • It seems that LibreOffice has boycotted all of the core microsoft fonts. I'm wondering if there's any kind of workaround possible to at least get Times New Roman into LibreOffice. So odd that they would just block LibreOffice from being able to import those fonts entirely. – RafLance Jan 09 '20 at 02:05