4

I was wondering what's the best way to go about this. I don't have it available in Kdenlive or GIMP so I don't think it's installed.

The ttf-mscorefonts-installer package doesn't work for me, it constantly shows an error of "Failed to download extra data files". There's probably a different way to install this one font...

Aaron Franke
  • 1,126
  • @muru No, I'm not getting that error @digiwizkid That answer suggests using the Ubuntu Software Center which has been made obsolete and also the ttf- package doesn't work. My question is about whether there's a better way to install it than just manually copying a .ttf file into a folder (aka, what's the best way?). – Aaron Franke May 08 '17 at 07:55
  • 1
    Well, that's the error you mentioned. The best way is to use the package, which suffers from a bug, which has a workaround, described in both the post I linked to, and the bug report you linked to. – muru May 08 '17 at 07:57
  • Their error is that the sub-script is stuck at [Waiting for headers] but mine just has lots of lines that say "Can't download" and the script completes, unsuccessfully. – Aaron Franke May 08 '17 at 08:02
  • Their problem is also that the downloads fail, it just tries to spend time downloading for the files. – muru May 08 '17 at 08:09
  • 3
    This question should be reopened. These "Duplicates" are general "learn how to fish", not specific "how to catch a trout". Considering this is the first result on google when I search for "ubuntu impact font", It should have a specific answer here, and not one that requires me to first learn how to install fonts in general, with no context to "impact" and whatever license it falls under. – Anon May 18 '19 at 03:41
  • Here in 2021 in Ubuntu 18.04 this appears to work fine by running sudo apt install ttf-mscorefonts-installer – gene_wood Dec 04 '21 at 16:44

1 Answers1

1

The solution I've found is to download Debian's version of this package:

https://packages.debian.org/en/sid/all/ttf-mscorefonts-installer/download

Then the fonts install without any problems! Hooray, and curse Ubuntu for failing to create a functional package when they could've just copied Debian's version and had it work!

Aaron Franke
  • 1,126
  • Ubuntu DID just copy Debian's package. Curse your assumptions. – user535733 May 08 '17 at 13:05
  • 1
  • 3
    @user535733 False, because if they did, it would work, I downloaded the package directly from Debian and it worked, but Ubuntu's copy doesn't, therefore these are not the same file and aren't copies. – Aaron Franke May 08 '17 at 23:25
  • @AaronFranke there mare many possible reasons why your attempt to install the Ubuntu package didn't work. Some people here are quite good at narrowing those possibilities, identifying the real problem, and fixing it. Jumping to conclusions is indeed fun, but it skips over that important step of troubleshooting the problem. – user535733 May 08 '17 at 23:30
  • 4
    @user535733 Whatever conclusions you can draw doesn't change the fact that the Ubuntu package is faulty and the Debian package is functional. – Aaron Franke May 08 '17 at 23:38
  • Forgive my ignorance, but I need specific instructions on how to download and install it – Self Dot Dec 13 '22 at 22:58