Installing Times New Roman font

How can I install the Times New Roman font? This video illustrates what I want to do, but I do not have the same options - I'm running Ubuntu 12.10.

I have also tried running the following from the terminal:

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

This is the message I receive:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
ttf-mscorefonts-installer is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.

Any suggestions?


Solution 1:

Your best bet may be the --reinstall option.

Force a reinstallation with:

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

which will force the preinst and postinst scipts that actually install the fonts to be re-run.

Solution 2:

Ubuntu 18.04 LTS

I didn't find msttcorefonts in the apt pool, so I installed only ttf-mscorefonts-installer. It works for me

sudo apt install ttf-mscorefonts-installer