LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-20-2009, 11:32 PM   #1
Xzibit
Member
 
Registered: Dec 2009
Posts: 35

Rep: Reputation: 15
Help! Tar commands And Rpm files


I get discouraged sometimes ,it's been my hobby since a kid. Just looking for support ...

Thanks !

Last edited by Xzibit; 12-21-2009 at 02:13 PM.
 
Old 12-21-2009, 12:36 AM   #2
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
What is your question?
 
Old 12-21-2009, 02:05 AM   #3
Kenichi Kato
Member
 
Registered: Jun 2007
Location: Asia
Distribution: Ubuntu, Fedora, CentOS & TCL
Posts: 62
Blog Entries: 1

Rep: Reputation: 16
Which distribution have you tried so far? Fedora? Ubuntu? CentOS? ....
 
Old 12-21-2009, 03:14 AM   #4
Disillusionist
Senior Member
 
Registered: Aug 2004
Location: England
Distribution: Ubuntu
Posts: 1,039

Rep: Reputation: 98
Your thread title suggests you have an issue with using tar and/or RPM files, but your post looks like you just want to blow off steam.

If this thread is just a pressure valve and not a request for help, please post under Linux General (or General if not Linux related) and please use a more appropriate title for the post.

If, however, you have an actual question, please let us know what the issue is.

Regards,

Dis
 
0 members found this post helpful.
Old 12-21-2009, 08:22 AM   #5
Xzibit
Member
 
Registered: Dec 2009
Posts: 35

Original Poster
Rep: Reputation: 15
Question

My question is how Do I install a Tar.gz/bzip/Rpm file to run as a program?

what to do first in simple steps .

Thanx
 
Old 12-21-2009, 08:26 AM   #6
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
The commands that operate on compressed tar files (e.g. .tar.gz, .tar.bz2, .tbz, .tgz) and RPM files, are "tar" and "rpm", respectively. Look at their man pages to see how to use them (e.g. "man tar" will give you the man page for tar). For tar files, you'll need to extract the contents (again, the man page will tell you how) and then read any instructions that the file contains.
 
Old 12-21-2009, 08:40 AM   #7
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
This seems to be a bit of a duplicate of this thread:

http://www.linuxquestions.org/questi...-files-777139/
 
Old 12-21-2009, 08:46 AM   #8
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by MTK358 View Post
This seems to be a bit of a duplicate of this thread:

http://www.linuxquestions.org/questi...-files-777139/
Did you report it then? They don't appear to have the same question in, even if their titles are the same.
 
Old 12-21-2009, 08:59 AM   #9
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by Nylex View Post
Did you report it then? They don't appear to have the same question in, even if their titles are the same.
No, I didn't report it, but they just seemed to have the same purpose to me.
 
Old 12-21-2009, 10:07 AM   #10
Disillusionist
Senior Member
 
Registered: Aug 2004
Location: England
Distribution: Ubuntu
Posts: 1,039

Rep: Reputation: 98
To install RPM files:
Code:
rpm -ivh program.rpm
To extract tar files:
Code:
tar xvf program.tar
To extract compressed tar files:
Code:
tar xvzf program.tar.gz
Once you have extracted your tar file, you will still need to perform the installation phase.

CD to the extracted directory (the v option to tar is to provide verbose information which will tell you each file that was extracted from the tar file)

You should see a README file, take the time to read the information in this.

Most source installations boil down to something approximating:
Code:
./configure && make && make install
However, before you can do this, you need to have the development tools installed.
 
Old 12-21-2009, 10:08 AM   #11
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by MTK358 View Post
No, I didn't report it, but they just seemed to have the same purpose to me.
Report it if you think it's a duplicate - that's better than relying on the mods to see it!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I'm Having a Hard time with TAR and RPM files! Xzibit Linux - Newbie 5 12-21-2009 10:09 AM
How to install .tar.gz, .rpm, .bin, etc files chennai Linux - Newbie 3 09-22-2007 05:04 PM
getting downloaded rpm/cups and tar files into correct folders mookie2125 Linux - Newbie 4 07-17-2005 08:35 PM
How do you install tar/gz files, and rpm files? Fear58 Linux - Software 6 02-14-2004 04:35 PM
Building RPM files from TAR files parle Linux - Software 3 05-05-2002 11:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration