Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
Well, now that I have your attention... I'm fairly new to linux now, and I'm trying to understand how to unpack tarballs and rpms. Every time I try, I fail ...
  1. #1
    Just Joined!
    Join Date
    Mar 2007
    Posts
    5

    Gah! Tarballs!

    Well, now that I have your attention...
    I'm fairly new to linux now, and I'm trying to understand how to unpack tarballs and rpms. Every time I try, I fail misrebly. I''m afraid someone is going to have to spell it out for me, step by step. I am currently running Backtrack V2 and some help would be very much appreciated.

  2. #2
    Linux Guru Juan Pablo's Avatar
    Join Date
    Mar 2006
    Location
    /home/south_america/ecuador/quito
    Posts
    2,064
    Upacking a tarball is just a matter of

    tar zxvf <tarball-name>.tar.gz or
    tar jxvf <tarball-name>.tar.bz2

    But I don't know why you want to unpack rpms ... any particular reason?
    rpms are packaged binaries and are installed like this
    rpm -ivh <program-name>.rpm
    Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
    Linux User #425940

    Don't PM me with questions, instead post in the forums

  3. #3
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,095
    Welcome to the forums!

    Here's a HowTo that should get you going:

    http://www.linuxforums.org/forum/lin...are-linux.html

    oops... Juan was faster on the submit button.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  4. #4
    Just Joined!
    Join Date
    Mar 2007
    Posts
    5

    *sigh*

    I've read the How-To's on the fourms here and, well, still don't get it. I don't know if I'm really that just thick headed, but, I still can't seem to do it right. I can't unpack anything from the tarballs correctly. I always get an error and nothing seems to work. I couldn't tell you exactly what the error is because it's not always the same.

    !!!!Wait!!!!
    Never mind. The message that keeps comming ups is something do with failded dependencies. It has something to do with bash and lib. Any Ideas?

  5. #5
    Linux Guru Juan Pablo's Avatar
    Join Date
    Mar 2006
    Location
    /home/south_america/ecuador/quito
    Posts
    2,064
    Don't install tarballs unless you know what you are doing exactly, always use RPMS, it's much easier, or even better use a package manager that support dependency checking like YUM, APT or YaST
    Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
    Linux User #425940

    Don't PM me with questions, instead post in the forums

  6. #6
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    What distro are you using and what are you trying to install?

    Take Juan Pablo's advice and use a package manager. If you supply your distro and program you're trying to install, I'll tell you how.
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

  7. #7
    Just Joined!
    Join Date
    Mar 2007
    Posts
    5
    Quote Originally Posted by bryansmith
    What distro are you using and what are you trying to install?

    Take Juan Pablo's advice and use a package manager. If you supply your distro and program you're trying to install, I'll tell you how.
    I am using Backtrack 2 and trying to install armagetron advanced and open arena. Open arena is tarball and armagetron is rpm. I keep getting the dependencies message for the rpm, not the tarball. The tarball just never works, there's no error. I think my syntax is just incorrect.

  8. #8
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    Well, according to Distrowatch, Backtrck uses TGZ's as its native package format. Therefore, try to stick with those as oppose to RPM's.

    For Armagetron, I have two sugeestions: either use the bin package (it's an autopackage so it will install the deps for you) or try to compile from source. As for Open Arena, how are you trying to build/install it?

    As a side question, why are you using a security focused Linux distro and then trying to install games on it? Would you not be better off with a distro aimed at the desktop?
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

  9. #9
    Just Joined!
    Join Date
    Mar 2007
    Posts
    5
    For Armagetron, I have two sugeestions: either use the bin package (it's an autopackage so it will install the deps for you) or try to compile from source. As for Open Arena, how are you trying to build/install it?
    I just downloaded an OA tarball from their site.

    As a side question, why are you using a security focused Linux distro and then trying to install games on it? Would you not be better off with a distro aimed at the desktop?
    The reason i'm using backtrack is because the computer i'm using can't really run any other distro well because it's so old, and because I wanted to use my older comp for something usefull.

  10. #10
    Linux Guru Juan Pablo's Avatar
    Join Date
    Mar 2006
    Location
    /home/south_america/ecuador/quito
    Posts
    2,064
    Have you tried DSL? It's aimed for the desktop and includes APT
    Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
    Linux User #425940

    Don't PM me with questions, instead post in the forums

Page 1 of 2 1 2 LastLast

Posting Permissions

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