How can I uninstall a font on Ubuntu 17.04? I've just installed a font and it's not functioning correctly (Arabic font). I need to get rid of it so it doesn't cause any troubles or errors every time I open Libreoffice. Thanks.
Asked
Active
Viewed 4,094 times
5
-
How did you install it? – Videonauth Nov 22 '17 at 04:50
-
I downloaded the .ttf file and clicked install. – Nermeen Hussein Nov 22 '17 at 04:53
-
4Does this answer your question? How can I remove fonts that I never use, from libreoffice and linux in general? – Dan Dascalescu May 21 '20 at 16:37
1 Answers
2
Search in 'Software-Center' for font-manager
(font management application for the GNOME desktop) and install it, with it you should be able to easily find and delete the font.
Alternatively you can install it in Terminal by:
sudo apt install font-manager

Videonauth
- 33,355
- 17
- 105
- 120
-
This was very helpful. I have a font manager now :-)) Thanks a lot for all the help. – Nermeen Hussein Nov 22 '17 at 05:19
-