It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
This game has a native Linux version which I downloaded, but it comes with no explanation about how to install it.
No posts in this topic were marked as the solution yet. If you can help, add your reply
Open a terminal and change the working directory to the folder where you downloaded prison_architect_the_rock_3904_40671.sh (the installer file) into.
Then issue these commands:

chmod +x prison_architect_the_rock_3904_40671.sh
./prison_architect_the_rock_3904_40671.sh
The first command will make the sh file executable, while the second command will launch it. A graphical installer should start and you simply have to follow the steps to install the game.
Post edited January 15, 2021 by dr.schliemann
And do you know how to uninstall it? Once installed, it does not appear in the list of applications installed
in Ubuntu Software

EDIT :

OK, found how to :
In the home directory, there is a GOG game folder. Inside it, there is a folder for Prison architect which contains a script to execute in order to uninstall the game
Post edited December 30, 2020 by pLayLow
avatar
myconv: This game has a native Linux version which I downloaded, but it comes with no explanation about how to install it.
Here's how I do it:
Open Terminal, then type:
cd ~/Downloads
sh prison_architect_the_rock_3904_40671.sh

The same process applies for any games on GOG with native Linux support.
Thank you!