Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
02-17-2008, 04:28 PM
|
#1
|
|
LQ Newbie
Registered: Feb 2008
Posts: 10
Rep:
|
how to install a tar archive in linux mint?
how do i install a tar archive in linux mint? any1?
|
|
|
|
02-17-2008, 04:40 PM
|
#2
|
|
Member
Registered: Dec 2007
Location: Charleston WV, USA
Distribution: Slackware 12.2, Arch Linux Amd64
Posts: 896
Rep:
|
Quote:
Originally Posted by Nokturnl
how do i install a tar archive in linux mint? any1?
|
I think you need to unpack it and look inside for a file named README or INSTALL. And follow the instructions in it.
|
|
|
|
02-17-2008, 04:50 PM
|
#3
|
|
LQ Newbie
Registered: Feb 2008
Posts: 10
Original Poster
Rep:
|
allrite i'll try that
|
|
|
|
02-17-2008, 04:54 PM
|
#4
|
|
LQ Addict
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian Squeeze
Posts: 5,594
|
If you don't know how to unpack and install a tar archive, here are a few couple you should know:
1. If the file extension is .tar.gz, it's a gzipped (compressed) archive. You can unpack the archive in two steps, first unzip then untar, or do it all in one step: tar -zxf <filename>.tar.gz. That will leave you with a folder named <filename> and the .tar.gz still intact.
2. In a terminal, cd into the new folder and look for README and INSTALL text files, or use your file browser to look at the files. They should have instructions on how to compile the application.
|
|
|
|
02-17-2008, 05:11 PM
|
#5
|
|
Member
Registered: Feb 2008
Location: Mannheim, Germany
Distribution: Debian Etch
Posts: 44
Rep:
|
Tar archive is, as the name says, an archive so you can't really "install" it. You can unpack it with "tar xvf something.tar" (or "tar xvzf something.tar.gz" if it's gzipped), or using a GUI (double clicking it or such). If it's the source code of a program that was archived, then you can (in most cases) install this program by 1) running the configure script, 2) compiling the program and 3) installing the program in the system. The README and INSTALL files will help you out here. (But it's basically "cd directory_name", "./configure", "make", "sudo make install".)
|
|
|
|
02-17-2008, 08:28 PM
|
#6
|
|
LQ Newbie
Registered: Feb 2008
Posts: 10
Original Poster
Rep:
|
its allrite i found a deb one of the same thing XD so its all good now. XD thank you for the reply's tho 
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:18 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|