Posted August 14, 2019
Sachys: Does anybody have a link to a comprehensive (and in particular newbie friendly) guide to running games from a tar.gz file? I remember getting the hang of it a couple of years ago in Linux Mint, but its been a long time and I dont seem to have the guide i followed previously bookmarked.
Edit: I understand the filetype is just an archive - its beyond that im having issue with.
I do cover it in my Mint beginner's guide, but it's basically this: Edit: I understand the filetype is just an archive - its beyond that im having issue with.
- Unpack the archive to wherever
- Run the start script or executable (you may need to give it permission to run first if it was packed into an unsuitable type of archive that doesn't store that information)
It's possible that you may be missing some dependencies, so if it doesn't run then try running it from a terminal to see what error messages it produces. You can also use the ldd command to inspect executables to view their dependencies.
If you're using Mint 19.x you can simply install my common dependencies meta-package to deal with all of the dependencies you're most likely to need.