also @ TechSpot: Dell announces trio of all-in-one desktops, challenges 27-inch iMac

TechSpot

Installing Applications in Ubuntu

Discussion in 'The Alternative OS' started by saif, Jan 13, 2007.

Thread Status:
Not open for further replies.
  1. saif Newcomer, in training

    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....
  2. Nodsu Newcomer, in training

    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"?
  3. saif Newcomer, in training

    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...

    Attached Files:

  4. jobeard TechSpot Ambassador

    screen shot is useless -- think you posted the wrong one :)
  5. SNGX1275 TechSpot Special Forces

    LOL, yep useless.
  6. saif Newcomer, in training

    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..

    Attached Files:

  7. saif Newcomer, in training

    Why is'nt anyone replying? Is it because no one knows to solve my problem?
  8. Nodsu Newcomer, in training

    "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.
  9. nathanskywalker Newcomer, in training

Thread Status:
Not open for further replies.