I'm on an ubuntu OS installed on a chromebook and I'm trying to install pygame's dependencies.
One of them is timgm6mb-soundfont
You can see it on ubuntu packages here: https://packages.ubuntu.com/disco/timgm6mb-soundfont
when I try sudo apt-get install timgm6mb-soundfont
I get "E: Unable to locate package timgm6mb-soundfont"
I read this article: How do I install a .tar.gz (or .tar.bz2) file?
about installing packages manually, but A they recommend that I always install using apt and B the files I find on ubuntu packages don't seem to have readme and install files.
This guy: https://unix.stackexchange.com/questions/343626/how-do-i-install-timgm6mb-soundfont
seems to have had the same problem, I blindly tried his fix and it did not work (and I undid the fix).
It's the only dependency stopping me from installing pygame. Is there some substitute? Or am I just not going to be able to install on 14.04LTS?
– MikeMathia Jul 10 '19 at 20:13