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 04-03-2007, 10:54 PM   #1 (permalink)
Alpha Geek
 
caleb's Avatar
 
Join Date: Sep 2006
Location: Mumbai
Posts: 578
Default How to install programs saved as tar.gz?

I've just downloaded acidrip as a tar.gz file and saved it on /home/calebr/acidrip-0.14.tar.gz/

Now how do I install it: here is what I'm looking for

1. I'd like a detailed command line(s) to install the above program

2. Also how to use Kuroo to install the same...or any program for that matter...details will be appreciated.

PS.I googled but couldn't understand any solutions.
__________________
Intel D805 on D101Ggc/XFX8600GT/Transcend 2GB DDR /250+160GB SATA+WD250GB External/Epson StylusCX5500/LG DVDRW/Acer19" LCD/ VISTA HP & Sabayon 3.3/Compaq Presario V6112AU 2GB Ram/nVIDIA6150/VISTA HP
caleb is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 04-03-2007, 11:06 PM   #2 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,453
Default Re: How to install programs saved as tar.gz?

1. Unzip the tar file to a folder like "acidrip"
2. Goto that folder, u'll see files
3. Read the "readme" or "install" file (thats it)!

The general commands to install are as follows
1. ./configure (checks if the program can be installed)
2. make (converts the code to executable)
3. make install (as root! It puts the executables to the PATH, so that they can be invoked from any path from the terminal!)

U can still execute the program without doing "make install", but then becoz of absence of path n all, u'll have to execute it from its directory where it was compiled!
__________________
Bad Bad server.....No candy for u!
mediator is offline  
Old 04-03-2007, 11:06 PM   #3 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Post Re: How to install programs saved as tar.gz?

http://insecure.org/nmap/install/inst-source.html
^^ just go through that site.
in normal way if u extract the contents of the file using:
Code:
tar   zxvf    /home/calebr/acidrip-0.14.tar.gz
inside there should be some README,INSTALL etc files that explains the method.
normally ./configure && make && make install.
AND never remove the extracted source-as it may contains the "make uninstall" or similar scripts to remove the program if ever yu wants!

If you are using a distro,use its tool to get the software installed from its repository
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 05-03-2007, 07:01 AM   #4 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: How to install programs saved as tar.gz?

@caleb use Kuroo only. Just use the search button on the top and search for acidrip and install it.
There are reasons why using Kuroo will be better. I can't explain it here as it will take up a few things to explain. I am already working on a small wiki, with help of eddie and Satissh S, to explain about Gentoo and Sabayon. I hope that will help you understand about gentoo package management system, which is the same for Sabayon.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 05-03-2007, 07:14 AM   #5 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Default Re: How to install programs saved as tar.gz?

the thing is at a later time it will be a mess if u need to remove the program manually or need to update to a newer version.thats for what pkg management systems like dpkg,portage stands.
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 05-03-2007, 09:13 AM   #6 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: How to install programs saved as tar.gz?

In short - Gentoo, and so should Sabayon too, maintains a file called 'world' which contains a list of all installed softwares. If you install/uninstall a software using package manager, it gets listed/delisted in the world file.
But, now if you install or remove a file manually this action won't get listed in the world file. So, you will have problems while removing the software or there can occur library conflicts.
This is one major reason why people advise to use package managers.
Other reason is handling dependancies. This can be a real pain.
__________
Quote:
Originally Posted by caleb
2. Also how to use Kuroo to install the same...or any program for that matter...details will be appreciated.
Here are the steps
1) Open kuroo
2) On the search box on top right type the package name to search
3) Select it
4) Click on 'Add to Queue' at the bottom
5) Go to Queue tab. Then click on 'Step 1: Check Installation'. You can check what's going on in Log tab.
6) It will list which all packages to emerge(install)
7) Click on 'Step 2: Start Installation'
There are other advanced options and such but I won't go into that as it's not really needed.
__________________
http://www.bash.org/?258908

Last edited by mehulved; 05-03-2007 at 09:13 AM. Reason: Automerged Doublepost
mehulved is offline  
Old 06-03-2007, 01:45 AM   #7 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: How to install programs saved as tar.gz?

You talked about Kuroo but are you actually using Gentoo (or some other compatible distro) or not? Since you are trying to install acidrip from source; I have my doubts that you are using Gentoo and if you are not using Gentoo then Kuroo can not help you.

You need to tell us which distro you are using so that people on same distro can help you with specific set of commands.
eddie is offline  
Old 06-03-2007, 02:53 AM   #8 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: How to install programs saved as tar.gz?

eddie he's using Sabayon. It's mentioned in another thread though.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 06-03-2007, 11:59 PM   #9 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: How to install programs saved as tar.gz?

Oh...didn't know that. I just thought that how could someone with Gentoo (trying to use kuroo) doesn't know about portage and emerge
eddie is offline  
Old 07-03-2007, 03:45 AM   #10 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: How to install programs saved as tar.gz?

How could someone use gentoo for over a day without using emerge? Forget about knowing unless the person's not gonna install anything outside the live cd.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 08-03-2007, 01:21 AM   #11 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: How to install programs saved as tar.gz?

^^ I was puzzled about that point as well
eddie is offline  
Old 08-03-2007, 09:48 AM   #12 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: How to install programs saved as tar.gz?

Also, see this http://www.sabayonlinux.org/wiki/index.php?title=HOWTOs
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 23-04-2007, 10:42 PM   #13 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: How to install programs saved as tar.gz?

Sorry to open up an old thread but while on sabayon's irc channel today, people were discussing on an alternative frontend to portage instead of Kuroo. They seem to be recommending portato over kuroo.
Check this http://forums.gentoo.org/viewtopic-t-502350.html
Anyways cli is still the best way. But if you still need a GUI way then go for portato rather than kuroo. Reasons are discussed on their forum check the link above.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 24-04-2007, 01:48 AM   #14 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Default Re: How to install programs saved as tar.gz?

I tried gentoo loo..ng back version gentoo2004.3 something,let's see how it got advanced.
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 24-04-2007, 01:47 PM   #15 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default Re: How to install programs saved as tar.gz?

CLI is way fast and simple once you start using it..
vignesh is offline  
Old 24-04-2007, 11:23 PM   #16 (permalink)
fff..fire fire...
 
Binay 007's Avatar
 
Join Date: Nov 2006
Location: Sweet home
Posts: 72
Default Re: How to install programs saved as tar.gz?

i too d,not knowing tat guys will this methods works on every installation im using suse10.1
__________________
P4 2.93(GHZ) ,256 RAM,LG combo drive ,915GL-V mobo
DLink/intex int. modem
Binay 007 is offline  
Old 25-04-2007, 01:13 AM   #17 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: How to install programs saved as tar.gz?

^ Which method are you talking about? If you are talking about configure, make, make install then it will work on all distros (depending on the fact that they have toolkit installed).

If you are talking about method involving kuroo or portato then it will work only Gentoo or Sabayon systems.
eddie is offline  
Old 25-04-2007, 05:24 AM   #18 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: How to install programs saved as tar.gz?

Quote:
Originally Posted by eddie
If you are talking about method involving kuroo or portato then it will work only Gentoo or Sabayon systems.
or any other distro based on gentoo
__________________
http://www.bash.org/?258908
mehulved 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:11 AM.


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

Search Engine Optimization by vBSEO 3.3.2