# Games ```{toctree} :maxdepth: 2 :glob: * ``` (innoextract)= ## InnoExtract gog.com (Good old Games) is great! To extract gog's `*setup.exe` installer files, use [innoextract](https://constexpr.org/innoextract/). Installation: ``` sudo apt-get -y install innoextract ```