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-26-2003, 10:42 PM   #1
super-noober
LQ Newbie
 
Registered: Dec 2003
Posts: 2

Rep: Reputation: 0
Question Installer Troubles 2


How would you install this file:

blahblahblah.gz

Thanx, im such a noob, sorry.
 
Old 12-27-2003, 07:30 AM   #2
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
That's an EXTREMELY vague question. Is there a ".tar" before the ".gz"? Often there will be. What you have to do is use the tar utility which, by itself, all it does is (un)bundle a whole bunch of files together but you can filter it through a compression app (like gzip or bzip2). So to uncompress the archive you've downloaded you would type tar -xzvf blahblah.tar.gz. To find out more about tar type man tar.

Then have a look at the contents of the archive. If you see files like "Makefile" and "configure" and a whole bunch or files ending in ".h" and ".c" then it's source code. To install that you'll need gcc (a c compuiler) and make (a helper app for compilers). Type each of those commands in (gcc and make) and if you don't get a "command not found" then you have them installed. In almost all cases to install a source package, the procedure is ./configure (from the directory you just uncomporessed), make and then you have to become root (by typing su and entering the root password) so you can do a make install. Each step has to succeed without error for the next step to work and all the steps need to be completed for the program to work.
 
Old 12-27-2003, 09:25 AM   #3
ugob
Member
 
Registered: Nov 2003
Distribution: RH, Fedora, Debian, Knoppix
Posts: 436

Rep: Reputation: 31
gunzip blablah.gz

look inside the archive for a file named INSTALL or README. read 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
Red Hat Installer, vs Debian Installer rmckayfleming Linux - General 6 10-19-2005 01:23 PM
troubles with SATA, troubles with NVIDIA aevangelica Linux - Hardware 6 10-17-2005 02:39 AM
(K)Ubuntu installer failing to load installer components from CD. slackyoda Ubuntu 5 07-20-2005 03:06 PM
What Does The UT2004 Installer Do Behind The Fancy GUI Installer? Tsuroerusu Linux - Games 2 09-09-2004 02:37 PM
where to get a installer for Q3 Username[SWE] Linux - Games 6 07-14-2004 08:54 PM

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

All times are GMT -5. The time now is 08:56 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