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 ...
- 03-10-2007 #1Just 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.
- 03-10-2007 #2
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>.rpmPut 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
- 03-10-2007 #3forum.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.
- 03-10-2007 #4Just 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?
- 03-10-2007 #5
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
- 03-10-2007 #6
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.
- 03-11-2007 #7Just Joined!
- Join Date
- Mar 2007
- Posts
- 5
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.
Originally Posted by bryansmith
- 03-11-2007 #8
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.
- 03-11-2007 #9Just Joined!
- Join Date
- Mar 2007
- Posts
- 5
I just downloaded an OA tarball from their site.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?
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.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?
- 03-11-2007 #10
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


Reply With Quote