How to install Prey on Linux
March 7, 2013
•
1 minute read
Install Prey Demo version on Linux
Download and Setup
cd /tmp
wget http://icculus.org/prey/downloads/prey-demo-installer-02192009.bin
chmod a+rx ./prey-demo-installer-02192009.bin
./prey-installer-02192009.bin
Install Prey Retail version on Linux
First of all you need Prey CD. You can buy it. After that you will be able to download installer for Linux and install the game.
cd /tmp
wget http://icculus.org/prey/downloads/prey-installer-02192009.bin
chmod a+rx ./prey-installer-02192009.bin
sudo mkdir /media/prey
sudo mount /media/storage/prey.iso /media/prey
./prey-installer-02192009.bin --from-install --media /media/prey/Setup/Data/Base/
where /media/storage/prey.iso - image of Prey CD that is located on /media/storage
Prey Gameplay
Last update March 7, 2013