Thankfully, it’s easy to bring those fonts onboard your Linux distribution. Let’s see how to do it.

The Classic Installer

If you’re using a variant of Ubuntu, unlike users of other distributions, you still have access to an old installer that makes adding the core Microsoft fonts to your OS easy. To do that, enter in a terminal: For Fedora (or any distro using rpm), here is an old, but still working, method to install Microsoft Fonts. In Arch Linux, you can install the ttf-ms-fonts package from AUR. A universal way to install Microsoft Fonts on any Linux distribution is to extract the fonts from Windows and move them to your system.

Copy from Windows Installation

If you have access to a working Windows machine, you can copy the fonts from there. Run your favorite file manager and point it to “C:\Windows\Fonts.” Note that the path might be different if you didn’t use the default path when installing Windows. Select all files in that directory and copy them to your USB drive. Transfer the font files back to your Linux machine and place them in the “.fonts” folder in your Home directory. If the “.fonts” folder (mind the dot in front of the name) doesn’t exist, create it.

Copy from Windows 10 ISO

If you don’t have access to a Windows installation, you can easily download the Windows ISO file and extract the fonts from the ISO image.

  1. Download Microsoft’s official Download Windows 10 Disc Image (ISO File). Scroll a bit downward and select your edition from the pull-down menu – pick the latest “full” version available, not an upgrade. Although we haven’t seen any difference in font availability between different product languages, we suggest you download either a version of Windows for your primary language or the “English International” option.
  2. To extract the fonts from the Windows ISO, we will need 7Zip. If you have not installed it, do so with the command: On OpenSUSE, you can try: On Arch and other Arch-based distros like Manjaro, try this:
  3. In the terminal, cd to the directory where you have downloaded the Windows ISO. First, you’ll have to extract a large archive that contains other files used for the installation of Windows. The font files we need are among them. To do that, use: Replace “Win10_XXXX_EnglishInternational_x64” with the exact name of the Windows ISO file. Note that this part of the process will take a while depending on your CPU’s performance. It will also demand more than 4 GB of space to extract the large file from the ISO.
  4. After the process is completed, extract the Fonts directory from the “install.wim” archive. Run the command: Like before, give it some time, and soon you’ll find all the fonts contained in the Windows installation media in a “fonts” subfolder next to the downloaded ISO.

Install the fonts

The easiest way to install the fonts in Linux is by moving them to the “.fonts” folder in your Home directory. You can do that with: On Arch, the “~/.fonts” folder is considered deprecated, so try the following instead: Finally, for your new fonts to be available in most applications, update your installation’s font cache with: Fire up any program like LibreOffice’s Writer, and you’ll find your newly-installed fonts among the ones you were already using. Even if you have all the fonts, there are times when you have trouble identifying the fonts used, particularly in an image. Also, if what you need is the Windows application instead of the fonts, you can still run the Windows app in Linux via WINE.