Error installing ttf-mscorefonts-installer Failed to fetch

Error installing ttf-mscorefonts-installer Failed to fetch https://excellmedia.dl.sourceforge.net/project/corefonts/the fonts/final/andale32.exe  404  Not Found

When you get above error while installing ttf-mscorefonts-installer, then you can resolve by opening a terminal window and entering the following commands:
$ wget -c http://ftp.de.debian.org/debian/pool/contrib/m/msttcorefonts/ttf-mscorefonts-installer_3.6_all.deb -P ~/Downloads <enter>

$ sudo apt install ~/Downloads/ttf-mscorefonts-installer_3.6_all.deb <enter>

Now it will install fully.
Remember this file is from the Debian repository.