I've just installed ttf-mscorefonts on ubuntu 18.04 server (not desktop) by running the following command:
sudo apt install ttf-mscorefonts-installerEverything seems to have installed correctly.
Apparently, in order to get the system to recognise these fonts, I need to run
sudo fc-cache -f -vHowever, that throws the following error:
sudo: fc-cache: command not found 1 Answer
You have to install "fontconfig" package:
sudo apt install fontconfigNow you should be able to use fc-cache.