spaarks wrote: ↑Sun Jul 03, 2022 6:33 pm
$ sudo apt-get -f --reinstall ttf-mscorefonts-installer
[sudo] password for denis:
E: Command line option 'f' [from -f] is not understood in combination with the other options.
The mscorefonts is not important to me. How can I uninstall it?
Before uninstalling you should check, if anything is broken in your package system.
I try to put the other post also here:
spaarks wrote: ↑Sun Jul 03, 2022 8:04 pm
I uninstalled it, I think :
sudo rm -rf /usr/share/fonts/truetype/msttcorefonts
Did not return any message.
Cleared cache.
mmEx deb installer gives same error.
No, actually you removed it only from the directory and your package system might still think that it is there.
This might complicate the situation.

Installation of mmex will probably fail because the package system has still some error.
Try
Code: Select all
sudo apt-get purge ttf-mscorefonts-installer
Hopefully your simple deletion in the directory does not interfere here.