Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 28-10-2006, 08:16 PM   #1 (permalink)
Apprentice
 
antoniobc's Avatar
 
Join Date: Jul 2006
Location: Goa
Posts: 89
Exclamation Linux Newbie. Installation Problem

How to install programs that are in the tar.gz compressed format????
antoniobc is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 28-10-2006, 08:21 PM   #2 (permalink)
"The Cake is a Lie!!"
 
[xubz]'s Avatar
 
Join Date: Oct 2006
Posts: 471
Default Re: Linux Newbie. Installation Problem

Those are Mostly the Source Files.. i.e. Softwares that are not Compiled Yet..

Search the Stickies for Help...


Edit: This Thread is Extremely Useful.
__________________
[xubz] ● http://xubz.com/
[steam_id] ● http://steamcommunity.com/id/xubz
[xubz] is offline  
Old 28-10-2006, 08:24 PM   #3 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,453
Default Re: Linux Newbie. Installation Problem

1. Extract the folder in tar to a directory, or files in tar to a folder in a directory!!
2. open terminal and change to that folder
3. command "./configure"
4. command "make" //You shud be able to run files now from that directory by commanding "./executable_file_name"
5. change to root and command "make install" to bring the executables in path!

Some times there are install scripts like "INSTALL.sh", for that command "sh INSTALL.sh". But u shud read the README file first!
__________________
Bad Bad server.....No candy for u!
mediator is offline  
Old 28-10-2006, 09:06 PM   #4 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: Linux Newbie. Installation Problem

First extract the compressed file, open the Terminal Window

$ gzip -d package.tar.gz

Now, you'll get a TAR archive file in the same directory.

$ tar xvf package.tar

To install a software package:

$ su -
# ./install.sh
Or you may get a file by name package-install.sh
Also read the file README for full instructions.

To install the package from the Source code:

First you should have installed the C/C++ compilers (gcc, g++, etc.,)

$ ./configure
$ make
$ su -
# make install

You can follow the steps given by @Mediator, I'm just making things more clearer
& simple for you to understand.
__________________
* Imagination is more important than knowledge.
-Albert Einstein
JGuru is offline  
Old 01-11-2006, 07:19 PM   #5 (permalink)
Apprentice
 
antoniobc's Avatar
 
Join Date: Jul 2006
Location: Goa
Posts: 89
Smile Re: Linux Newbie. Installation Problem

Thanks guys! This stuff some what makes sense. I understood J Guru. I aint a technical person with respect to Linux. Not yet atleast. Anyways thanks you guys!
antoniobc is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +5.5. The time now is 02:43 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2