| Forum |
|
|||||||
| 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. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Alpha Geek
Join Date: Sep 2006
Location: Mumbai
Posts: 578
|
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 |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
String Phreak
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,453
|
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! |
|
|
|
|
#3 (permalink) |
|
Debian Rocks!
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
|
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 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 |
|
|
|
|
#4 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
@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 |
|
|
|
|
#5 (permalink) |
|
Debian Rocks!
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
|
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 |
|
|
|
|
#6 (permalink) | |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
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:
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 |
|
|
|
|
|
#7 (permalink) |
|
El mooooo
Join Date: Jan 2006
Location: India
Posts: 1,414
|
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. |
|
|
|
|
#10 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
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 |
|
|
|
|
#12 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Also, see this http://www.sabayonlinux.org/wiki/index.php?title=HOWTOs
__________________
http://www.bash.org/?258908 |
|
|
|
|
#13 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
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 |
|
|
|
|
#14 (permalink) |
|
Debian Rocks!
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
|
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 |
|
|
|
|
#16 (permalink) |
|
fff..fire fire...
Join Date: Nov 2006
Location: Sweet home
Posts: 72
|
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 |
|
|
|
|
#17 (permalink) |
|
El mooooo
Join Date: Jan 2006
Location: India
Posts: 1,414
|
^ 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. |
|
|
|
|
#18 (permalink) | |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Quote:
__________________
http://www.bash.org/?258908 |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|