Results 1 to 10 of 10

Thread: tarball installation/download

  1. #1
    Join Date
    Dec 2008
    Beans
    12

    Question tarball installation/download

    okay
    so I'm new to ubuntu
    I don't know much about it

    and I'm looking to download Stepmania

    and it's in a tarball

    I'm unaware of the procedure of installing/downloading a tarball.
    I've googled for about an hour

    found a few links that didn't really help me very much.
    I figured I could check the forums

    anyone want to help me any?

    ~Caim

  2. #2
    Join Date
    May 2007
    Beans
    1,342
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: tarball installation/download

    Please post the exact filename that you have downloaded.

    Also, before installing any program you should try to find it in synaptic.
    eeeeeeeeeeeeeeeebuntu user!
    Registered Linux User #386750

    chown -R us base

  3. #3
    Join Date
    Dec 2008
    Beans
    12

    Re: tarball installation/download

    the exact filename is StepMania-3.9a-linux.tar.gz

    I apologize for that

  4. #4
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

  5. #5
    Join Date
    Sep 2008
    Location
    Orlando, FL
    Beans
    8
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: tarball installation/download

    First things first you may not need to install from source. If you are looking for games check out http://www.playdeb.net/ and follow the instructions there. There have a bunch of games and stepmania is one of them.

    As for installing from source I will see if I can't find you a good tut that explains it rather than just telling you what to do. though I can do that for you if playdeb doesn't work and you don't understand the tut.

    I will repost with a link for you.

  6. #6
    Join Date
    May 2007
    Beans
    1,342
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: tarball installation/download

    Quote Originally Posted by CaimSasori View Post
    the exact filename is StepMania-3.9a-linux.tar.gz

    I apologize for that
    try
    Code:
    tar -zxvf StepMania-3.9a-linux.tar.gz
    and look for a README file.

    There is no one way to install from a tarball, because it can contain anything!
    eeeeeeeeeeeeeeeebuntu user!
    Registered Linux User #386750

    chown -R us base

  7. #7
    Join Date
    Dec 2008
    Beans
    12

    Re: tarball installation/download

    thanks everyone
    I'll try your many different methods

  8. #8

    Re: tarball installation/download

    Quote Originally Posted by bigO View Post
    First things first you may not need to install from source. If you are looking for games check out http://www.playdeb.net/ and follow the instructions there. There have a bunch of games and stepmania is one of them.

    As for installing from source I will see if I can't find you a good tut that explains it rather than just telling you what to do. though I can do that for you if playdeb doesn't work and you don't understand the tut.

    I will repost with a link for you.
    Hi BigO
    Did you find a link ?
    I'm trying to install a tar ball (pgSlideShow.tar.gz) and tar doesn't work (seams to be in an other format then gunzip), I would be interested to read more on this

  9. #9
    Join Date
    Oct 2005
    Location
    Jacksonville, FL
    Beans
    29,420

    Re: tarball installation/download

    Quote Originally Posted by Pierrot Lafouine View Post
    Hi BigO
    Did you find a link ?
    I'm trying to install a tar ball (pgSlideShow.tar.gz) and tar doesn't work (seams to be in an other format then gunzip), I would be interested to read more on this
    If that is the exact name of the file that you've downloaded, what happens when you try to unpack it, assuming you have saved it to your desktop?

    Applications -> Accessories -> Terminal
    Code:
    cd ~/Desktop
    tar xvzf pgSlideShow.tar.gz
    In the world of Linux, who needs Windows and Gates...

    Got most of my golden beans at an auction on eBay (with a couple of free drinks).

  10. #10

    Re: tarball installation/download

    under Ubuntu, tar zxvf works fine
    under my Arm embedded computer using Debian based TS-Linux, this is the error message :
    gzip:stdin:not in gzip format
    tar:Child returned status 1
    tar:Error exit delayed from previous errors

    I tried this:
    tar xf pgSlideShow.tar.gz

    This is the error message I got :
    tar:This is not like a tar archive
    tar:Skipping to next header
    tar:Error exit delayed from previous errors

    Any idea how I can point the problem?
    Is the file format, or tar command on TS-Linux cause this problem ?

    Thanks

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •