Install Microsoft fonts on Ubuntu 20.04 Focal Fossa Desktop - LinuxConfig.org

In this tutorial we will perform the installation of Microsoft's core TTF fonts on Ubuntu 20.04 Focal Fossa Desktop
This is a companion discussion topic for the original entry at https://linuxconfig.org/install-microsoft-fonts-on-ubuntu-20-04-focal-fossa-desktop

I have tried it now a few times, but it just does not work
removed tried again , but still not installing them.
its thing like this that always make me go back to safe , no big problems, bill gates windows

Hi Stefan1,

Welcome to our forums.

Please provide us with any error messages you get during install, so that we can help you more solving your issue.

Going back to “safe” Windows, well that’s not something I would like to do ever :wink:

Hi and thank you for taking time to answer, and I do apologize for being vague and not submitting all data to start with, but it just bugs the **** when things don’t want to work sometimes, and i had been going at it for a while before writing here, so I was well up in the roof :slight_smile:
Anyway a solution was found!
Following your guide I just could not get the fonts to show in either the font browser or open office
It seemed to install fine, no errors, and i removed and installed again a few times before giving up, called my brother and he showed me another way instead that worked
sudo mkdir ~/ms-fonts/
cd
cd ms-fonts
sudo wget ***.freedesktop.org/software/fontconfig/webfonts/webfonts.tar.gz
sudo tar -xzf webfonts.tar.gz
cd msfonts
sudo apt install cabextract
sudo cabextract *.exe
sudo cp *.ttf *.TTF ~/.local/share/fonts/
sudo fc-cache -vr

Anyway its working now and I am a happy camper at the moment :slight_smile:As I am all new to this I cannot say why or how, but as long as it works…

Thanks Stephan1!!
I was facing the same difficulty… with the same thought of going back to Windows… until I tried the list of commands you give here… and it worked…
so, Thanks again!!

Thanks for the article!
I run
sudo apt install ttf-mscorefonts-installer

and got an error
Get:1 http://downloads.sourceforge.net/corefonts/courie32.exe [646 kB]
Fetched 646 kB in 6s (99.6 kB/s)                                                          
ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/georgi32.
exe
Err:1 http://downloads.sourceforge.net/corefonts/georgi32.exe
  Redirection from https to 'http://downloads.sourceforge.net/mirrorproblem?failedmirror=jz
tkft.dl.sourceforge.net' is forbidden [IP: 45.67.159.245 443]
E: Failed to fetch https://jztkft.dl.sourceforge.net/project/corefonts/the fonts/final/geor
gi32.exe  Redirection from https to 'http://downloads.sourceforge.net/mirrorproblem?failedm
irror=jztkft.dl.sourceforge.net' is forbidden [IP: 45.67.159.245 443]
E: Download Failed

I assume this is a problem at Sourceforge. I’m right?

Hi Charger,

Welcome to our forums.

You issue seems to be related to a bad redirection, namely there is a space between “the” and “fonts”, resulting in an invalid URL. Escaping that space with a HTTP escape code seems to work for me:

jztkft.dl.sourceforge.net/project/corefonts/the%20fonts/final/georgi32.exe

But this is miss-configuration of the Sourceforge redirection.

Can you advise, where is a right place to submit an issue?

I suppose you should report it to the project’s owner at souceforge, because the redirect is set there. If you open the project page, and follow the link after “Brought to you by”, you’ll be able to send a message to the owner/maintainer.

Thankyou sir, I installed on ubuntu 20.04 and no error Installed successfully

sudo apt install ttf-mscorefonts-installer