Ubuntu Forums Archive Viewer

Savage 2 Installation

Archived thread 1010439 from Gaming & Leisure. Markdown source: Gaming_&_Leisure/thread_1010439_Savage_2_Installation.md

Original URL About this archive
#1

I just downloaded Savage 2 and it is a .bin file, how do i go about installing this type file ?

P.S.

Savage 2 is free to download through today.

#2

open up console

cd Desktop (or wherever you put the file)

chmod +x FILE_HERE

./FILE_HERE

and it should install

#3

steverc said: I just downloaded Savage 2 and it is a .bin file, how do i go about installing this type file ?

P.S.

Savage 2 is free to download through today.

It's always free to download, and play.

#4

Polygon said: open up console

cd Desktop (or wherever you put the file)

chmod +x FILE_HERE

./FILE_HERE

and it should install

And for humans - right-click on the file, properties, permissions, and "allow executing file as program". Then just double-click on it and it starts!

#5

Thanks Vadi.:p Thats what I was looking for. I was begining to think maybe I should go to Mac. Or even worst, back to Windoze. :lolflag:

#6

If for some reason you got troubles with Savage or you need diskspace, do the following steps:


~$ sudo su

cd /usr/local/games/Savage2

sh UninstallSavage2.sh


and that's all.

#7

i've got a .bin-file now... but i can't execute it by double-clicking :> even though i've set the permission to run it as a program...

#8

Try opening a terminal, dragging the file into it, and pressing enter.

#9

golem1989 said: i've got a .bin-file now... but i can't execute it by double-clicking :>

even though i've set the permission to run it as a program...Or maybe you have the wrong 32/64 bit download XD That's what happened to me!:lolflag:

[SIZE="1"]stupid[/SIZE]

#10

Vadi said: Try opening a terminal, dragging the file into it, and pressing enter.

yeah, it works :) thx!