LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 02-03-2007, 03:13 AM   #1
Peter_APIIT
Member
 
Registered: Dec 2006
Posts: 606

Rep: Reputation: 31
How to install a tar files ?


I have download several files such as Anjuta (anjuta-2.1.0.tar), KDevelop (kdevelop-3.4.0.tar) and Helix player (hxplay-1.0.8.806-linux-2.2-libc6-gcc32-i586.bin)

I have no idea how to install it. I guess it might use make or make install command but i don't know the exact methods. Plese some step by step installation guide.

Please help me on this. Thanks for your help.
-

I hope GOD will blessed you all.
 
Old 02-03-2007, 03:55 AM   #2
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
typically you would download these files to a common location like /usr/src

Then untar the tarball with

tar -xvf package.tar

then cd into the package's directory (cd /usr/src/package assuming you used /usr/src and the package is called package)

you should then look for any README or similar files, but typically you would end up doing:

./configure
make
make install

that should be about it. Make sure the final step is as root.
 
Old 02-03-2007, 07:30 AM   #3
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Note: the above assumes that the .tar file contains source code.

First--always get SW thru the repository/package manager for your distro. If will be much easier than any other methods.

Second--be aware that .tar , .gz , .bz2 , .tgz and various other suffixes are simply archiving/compression formats---there could be anything inside---source code, install script, .rpm packages, etc.
 
Old 02-04-2007, 11:27 PM   #4
Peter_APIIT
Member
 
Registered: Dec 2006
Posts: 606

Original Poster
Rep: Reputation: 31
Thanks for your help. Your help is greatly appreciated.
 
  


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
Install tar.gz files? scuba14c Linux - Software 21 07-03-2006 09:50 AM
how to install .tar.bz and src.rpms and tar.gz files gadekishore Linux - Software 1 10-12-2005 08:09 PM
How do I install from .TAR files? CyberLord_7 Linux - Newbie 8 03-17-2005 07:42 PM
How do you install tar/gz files, and rpm files? Fear58 Linux - Software 6 02-14-2004 04:35 PM
cant install .bin files, tar.gz files or anyother format!!! madskillz Linux - Newbie 4 10-05-2003 10:28 AM

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

All times are GMT -5. The time now is 11:13 AM.

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