LinuxQuestions.org
Help answer threads with 0 replies.
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 09-03-2002, 02:28 AM   #1
jimman
LQ Newbie
 
Registered: Aug 2002
Distribution: Red Hat 7.3
Posts: 7

Rep: Reputation: 0
Installing Limewire and Gnutella


I am an absolute newbie...please bear with me...
(I am using red hat 7.3)

I downloaded the instalation packages of limewire and gnutella...the problem is that i don't know how to install them.

The limewire setup is in my home directory with the name LimewireLinux.bin

and the gnutela setup looks like this <gtk-gnutella-0.90.tar.gz>

Please tell me how to install these two.
Thank you
james
 
Old 09-03-2002, 02:45 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
delete limewire it's rubbish.

and search this site for tar.gz installation instructions. or get the rpm from rpmfind.net
 
Old 09-03-2002, 07:36 AM   #3
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Acid's right. The install instructions for Limewire are on here a few different times, I have found one of them for you:
http://www.linuxquestions.org/questi...light=LimeWire

Read that, follow it, follow the links provided in it, and you should be able to get it set up relatively easily.

That said, again, Acid's right. Delete Limey. The pain you go through setting it up isn't worth it in the end. Gtk-gnutella is just as good.

To install that program (yes a search would have revealed the answer, and in the future please use that excellent feature):
(All in the command line)
tar xvzf filename.tar.gz
cd filename.tar.gz
./configure
make
make install
gtk-gnutella

Each of those steps should complete without errors, and you should do this as root.

Cool
 
Old 09-03-2002, 08:51 AM   #4
jimman
LQ Newbie
 
Registered: Aug 2002
Distribution: Red Hat 7.3
Posts: 7

Original Poster
Rep: Reputation: 0
thanks a lot for the info acid and master...and in future i'll first do a search before i post a question.
James
 
Old 09-03-2002, 08:58 AM   #5
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
No problem, glad I/we could help. And glad you are willing to use the search feature, it's probably going to be better than a google.com/linux search a lot of the time

Cool
 
Old 09-03-2002, 09:09 AM   #6
jimman
LQ Newbie
 
Registered: Aug 2002
Distribution: Red Hat 7.3
Posts: 7

Original Poster
Rep: Reputation: 0
master i tried to do just as you had said..but it returned a message....
no such file or directory.....but it is in my home folder.
 
Old 09-03-2002, 10:26 AM   #7
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
"cd filename.tar.gz" i'm sure we can spot the obiovus mistake here.

jim, what returned a message? there's like 7 different command there..!!! try reading the first link in my siganture, it's a superb guide to asking useful questions.
 
Old 09-03-2002, 11:16 AM   #8
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
he he he, yep.

cd filename

Would probably return a much better response Nice catch Acid.
 
Old 09-03-2002, 08:54 PM   #9
jimman
LQ Newbie
 
Registered: Aug 2002
Distribution: Red Hat 7.3
Posts: 7

Original Poster
Rep: Reputation: 0
master & acid,
i got stuck at your first step itself

i logged in as root , and typed this

tar xvzf gtk-gnutella-0.90.tar.gz

and this is the error message that i got

tar (child) : tar xvzf gtk-gnutella-0.90.tar.gz: Cannot open: no such file or directory
tar (child): Error is not recoverable: exiting now
tar child returned status 2
tar Error exit delayed from previous errors


as i told you i am an absolute beginner. I don't even know the basics. Please help me.

James
 
Old 09-04-2002, 04:09 AM   #10
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
ok, so you downloaded the file to a different directory.. where did youput it? cd to that directory and start from there. maybe buying a linux book would be good? try.... http://thirtythreeandathird.net/redh...eashed.tar.bz2
 
Old 09-04-2002, 10:55 AM   #11
jimman
LQ Newbie
 
Registered: Aug 2002
Distribution: Red Hat 7.3
Posts: 7

Original Poster
Rep: Reputation: 0
you are right acid..i should begin from a book..i have downloaded the book and i'm beginning to read it.......
thank you once again acid and master

James
 
  


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
problem installing gnutella Pbrane101 Linux - Software 1 10-18-2004 03:39 AM
help installing gtk-gnutella snakeo2 Linux - Newbie 2 05-13-2004 07:02 PM
LimeWire only with Gnutella? fedivh Linux - Software 1 02-09-2004 04:51 PM
Installing gtk-gnutella biggiefatts Linux - Software 1 06-02-2002 12:59 PM
Installing gtk-gnutella AMDPwred Linux - General 6 01-18-2002 07:57 AM

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

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