In this tutorial, we will perform the installation of Microsoft’s core TTF fonts on Ubuntu 22.04 Jammy Jellyfish Desktop. This includes fonts such as Andale Mono, Arial, Arial Black, Comic Sans, Courier New, Georgia, Impact, Times New Roman, Trebuchet, Verdana, and Webdings. These fonts have been around for many years and see constant use in all sorts of publications, so they are great to have as an option on Ubuntu 22.04 Jammy Jellyfish.
In this tutorial you will learn:
- How to install Microsoft fonts
- How to update fonts cache files
- How to confirm new fonts installation

Category | Requirements, Conventions or Software Version Used |
---|---|
System | Ubuntu 22.04 Jammy Jellyfish |
Software | ttf-mscorefonts-installer |
Other | Privileged access to your Linux system as root or via the sudo command. |
Conventions |
# – requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command$ – requires given linux commands to be executed as a regular non-privileged user |
Install Microsoft fonts on Ubuntu 22.04 Jammy Jellyfish Desktop step by step instructions
- The Microsoft fonts are not a part of the Ubuntu repository, however we can install the Installer for Microsoft TrueType core fonts which will fetch and install the fonts for us. To begin the installation open a command line terminal and execute the following command:
$ sudo apt install ttf-mscorefonts-installer
Installation command of the Installer for Microsoft TrueType core fonts - Read the End User License Agreement then use
TAB
to press theOK
button.Accept the End User License Agreement - Once again use the
TAB
key and arrow keys to highlight theYes
option to confirm acceptance of the terms.Accept the End User License Agreement - Wait until the Microsoft fonts installation is completed.
Microsoft fonts have finished installing - Next, scan the font directories on the Ubuntu 22.04 system to build fresh font information cache files. To do so execute the below command from the terminal window:
$ sudo fc-cache -vr
- Use the top left
Activities
menu to open Fonts Browser.Search for and open the Fonts application - Confirm that Microsoft fonts are installed.
The Micrsoft fonts are present in our Font Manager application
Closing Thoughts
In this tutorial, you saw how to install the Microsoft true type fonts on Ubuntu 22.04 Jammy Jellyfish Linux. This will make the fonts available in applications such as LibreOffice Writer. The Microsoft fonts are well known and used in many sources, so having the original Microsoft fonts available on Ubuntu can be very helpful.