Installing Applications in Ubuntu

Status
Not open for further replies.

saif

Posts: 44   +0
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....
 
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"?
 
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...
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    6.4 KB · Views: 18
saif said:
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 :)
 
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..
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    98.1 KB · Views: 16
"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.
 
Status
Not open for further replies.
Back