Falls es Euch wie mir geht und ihr dachtet ihr hättet das Paket „ttf-mscorefonts-installer“ installiert, aber trotzdem die Schriftarten z.B. unter LibreOffice nicht seht, dann kann das daran liegen, dass Ihr während der Installation die nicht mit „OK“ bestätigt habt.
Die, meiner Meinung nach, einfachste und schnellste Lösung:
Deinstallation:
sudo apt-get remove ttf-mscorefonts-installer
Und Neuinstallation, aber diesmal nicht das „OK“ vergessen 😉
sudo apt-get install ttf-mscorefonts-installer
Wenn der Installationsvorgang lange dauert, ist das gut! Jedes einzelne TTF wird installiert und angezeigt. Die installierten TTFs sind unter „/usr/share/fonts/truetype/msttcorefonts“ zu finden. Wenn Ihr nun LibreOffice startet, sollten diese auch sichtbar sein!
You thought that you have installed the Linux Package ‚ttf-mscorefonts-installer‘, but you cannot see the fonts in apps like LibreOffice? Maybe you’ve made the same mistake than me and forgot to press ‚OK‘ during the installation procedure. Linux Mint gives you a second chance 😉
First, deinstall the ttf-mscorefonts-installer package: sudo apt-get remove ttf-mscorefonts-installer
But, keep in mind not to forget to confirm with the ‚OK‘ button 😉
Now reinstall the package like this:
sudo apt-get install ttf-mscorefonts-installer
It takes some time till the installation is completed. You can check it after installation when you have look in folder’/usr/share/fonts/truetype/msttcorefonts‘. Here you’ll find all installed MS TTFs. Of course they should be also visible in apps like LibreOffice!
