PDA

View Full Version : [ubuntu] Installing game



Chamillionaire2
November 5th, 2008, 02:02 PM
Hey.

ok im a complete newbie to ubuntu and wanted to know how do i install a game that i downloaded.

its in .tar format. anyone know?

Thanks bye.

hwttdz
November 5th, 2008, 03:41 PM
Well you're going to want to take it out of the tar format first, in the graphical interface you can double click and tell it where to put the contents. There should be some sort of a readme in the contents that should walk you through the install.

The command to untar the archive is
tar -xvf archivename.tar

Hope that helps.

renzokuken
November 5th, 2008, 03:46 PM
whats the game and what do the instructions say? what is the exact filename?

a .tar file is simply an archive, like .zip or .rar. extract it by right clicking and selecting Extract Here. then go into the new folder and look for a README or INSTALL file. open them and see what they say.

if it says to compile it you will need gcc and make which can be installed easily via


sudo apt-get install build-essential