I use Ubuntu Dapper 6.06. I have many games and various software on a CD. They all are in tar.gz format. When I extract them, there is no installer or anything through which I can install it. Are these files compatible with ubuntu? If yes, please help me install them....
Nodsu
01-13-2007, 03:48 PM
Didn't you get any instructions for these things?
tar.gz is just a generic compressed archive like .zip. It could contain anything. They might be official software packages that are actually installable (a la Slackware), statically linked binaries you can just run directly, source code that you have to compile..
Do you know anything more about this "a CD"?
Ad
01-13-2007, 03:48 PM
saif
01-14-2007, 08:18 AM
Thanks a lot for the reply Nodsu...
Actually what I wanted to say is that when I extract the tar.gz file, I find nothing except for some files and there is no installer with it. I have a screenshot of what it looks like. Please help me install these. I have games like Racer and Torcs but they too look somewhat like this...
jobeard
01-14-2007, 02:55 PM
I have a screenshot of what it looks like. Please help me install these. I have games like Racer and Torcs but they too look somewhat like this...screen shot is useless -- think you posted the wrong one :)
SNGX1275
01-14-2007, 06:37 PM
screen shot is useless -- think you posted the wrong one :)
LOL, yep useless.
saif
01-15-2007, 10:26 AM
Oh, sorry, I uploaded the wrong image...Here is the correct one...
Also. there is a text file in it with instructions on how to install. It goes like this
1 - decomress the tarball:
$ tar xfvj torcs-xxx.tar.bz2
2 - build and install:
$ cd torcs-xxx
$ ./configure [--prefix=PREFIX (default /usr/local)]
$ make
$ make install # installs in PREFIX/share/games/torcs PREFIX/bin and PREFIX/lib
$ make datainstall # important!
3 - run TORCS
if PREFIX/bin is not in your $PATH
$ cd PREFIX/bin
$ ./torcs
But I tried it and cant understand it..
saif
01-21-2007, 08:11 AM
Why is'nt anyone replying? Is it because no one knows to solve my problem?
Nodsu
01-21-2007, 09:32 AM
"But I tried it and cant understand it.." is not a very helpful hint. And if you can't make any sense of it, then you are better off not trying to compile that stuff.
Throw away that CD, fire up Synaptic and install the binaries.