Here is where the game's files can be found: http://madgarden.net/junkz/files/eggnogg. I tried following the instructions here:How do I install a .tar.gz (or .tar.bz2) file? to install eggnog, but I could find an install file. How do I install it?
Asked
Active
Viewed 2,195 times
1 Answers
4
It seems that the game does not require installation.
- Extract the
eggnogg-linux.tar.gz
- Open
eggnogg-linux
directory - Right-click on
eggnogg
>Properties
>Permissions
> CheckAllow executing file as program
And it should run when double-clicked.

Nigenas
- 56
- 3
sudo apt-get install libsdl2-2.0-0
(you can use tab-completion to see what packages are available for your system). – Carolus Nov 05 '16 at 14:02