Install Microsoft Fonts (including Times New Roman) on Linux
November 1, 2025·MIRRR jr.·5 min read
- Download TTF font file - link
- Create a directory at the current user’s home (if missing):
bash
$ mkdir ~/.fonts- Copy the font file:
bash
$ cp ~/Downloads/times.ttf ~/.fonts- Update the font cache in Linux:
bash
$ sudo fc-cache -f -v