LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-11-2005, 07:38 PM   #1
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
Limewire P2P


Can someone tell me if I am able to install Limewire P2P in Slackware 10.1?

When I go to http://www.limewire.com/english/cont...loadfree.shtml , all I see is an RPM file which to my understanding will not work with Slackware. I then see an "other" which then starts to download a .zip file.

Is the .zip file compatable with Linux and what do I need to do to get this running on Slackware?

Thank you.
 
Old 06-11-2005, 07:54 PM   #2
Diminished7th
Member
 
Registered: Apr 2004
Distribution: Gentoo, FreeBSD
Posts: 88

Rep: Reputation: 15
See what you can manage with these.
 
Old 06-11-2005, 07:56 PM   #3
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
Thanks but both are very old versions of Limewire & it says they are only for Slackware 9 & 10 - not sure if that includes 10.1?

Will the RPM or ZIP not work?
 
Old 06-11-2005, 08:05 PM   #4
dkpw
Member
 
Registered: Sep 2003
Location: Scotland
Distribution: LinuxMint16 & Ubuntu 12.0.4 LTS
Posts: 218

Rep: Reputation: 30
I've had success with downloading the Linux RPM from the Limewire download page and converting it to a tgz using:

Code:
rpm2tgz LimeWireLinux.rpm
This works under 10.1 with 2.4.29 and 2.6.10 kernels.

Good luck.

Regards,

dkpw
 
Old 06-11-2005, 08:10 PM   #5
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
^
Wow, that is very cool! Here is what I did...

Code:
root@carlos:/home/carlos# rpm2tgz LimeWireLinux.rpm
root@carlos:/home/carlos# ls
23677-kmenu.tar.gz  Desktop  LimeWireLinux.rpm  LimeWireLinux.tgz  error.png.0  error.png.1
root@carlos:/home/carlos# rm LimeWireLinux.rpm
I am just not sure what the command is to run and install the file from here. This is all new to me since I am no longer using Fedora RPM's
 
Old 06-11-2005, 09:02 PM   #6
CrEsPo
Member
 
Registered: Apr 2005
Location: Canada
Distribution: Slackware 12
Posts: 184

Rep: Reputation: 30
You can just use the zip they provide.

http://www.limewire.com/LimeWireSoftOther

That zip is for OS/2, Solaris, and Linux. When they say Linux, it means any distro not using RPM's.

1. unzip LimeWireOther.zip
2. cd LimeWire
3. sh runLime.sh

That will extract LimeWire and run it. View the readme for more information:

1. cd LimeWire
2. vi README.txt
 
Old 06-11-2005, 11:28 PM   #7
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
Thanks - now that I know that, I already have it in a .tgz file so I was wondering how I extract and install it since I converted the .RPM file?

Thanks
 
Old 06-12-2005, 12:11 AM   #8
gtgoku
Member
 
Registered: Jul 2003
Location: India
Distribution: Slackware 10; FreeBSD 4.10
Posts: 77

Rep: Reputation: 15
to install a Slackware package (*.tgz file)
you have to open a terminal and
Code:
bash-3.00$ su
Password:
bash-3.00# installpkg <package name>
 
Old 06-12-2005, 06:34 AM   #9
dkpw
Member
 
Registered: Sep 2003
Location: Scotland
Distribution: LinuxMint16 & Ubuntu 12.0.4 LTS
Posts: 218

Rep: Reputation: 30
Quote:
Originally posted by carlwill
Thanks - now that I know that, I already have it in a .tgz file so I was wondering how I extract and install it since I converted the .RPM file?

Thanks
gtgoku's post shows you how to install a tgz file on the command line. If you use KDE you can also install and remove packages by using Kpackage.

Regards

dkpw
 
Old 06-12-2005, 06:04 PM   #10
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
I am getting this error message but I swore I just downloaded the latest version 24 hours ago...

Code:
root@carlos:/home/carlos# installpkg LimeWireLinux.tgz
Installing package LimeWireLinux...
PACKAGE DESCRIPTION:

root@carlos:/home/carlos# limewire
Starting LimeWire...
Java exec not found in PATH, starting auto-search...
ls: /usr/java: No such file or directory
OOPS, unable to locate java exec in  /usr/java/  hierarchy
You need to upgrade to JRE 1.4.x or newer from http://www.java.com
Is there a way to see what version of Java I am using?
 
Old 06-12-2005, 07:39 PM   #11
Bluenoser
Member
 
Registered: Jun 2004
Location: Nova Scotia, Canada
Distribution: Ubuntu 8.04 LTS
Posts: 138

Rep: Reputation: 15
Quote:
Originally posted by carlwill
Is there a way to see what version of Java I am using?
$ java -version
 
Old 06-12-2005, 08:15 PM   #12
kencaz
Senior Member
 
Registered: Mar 2005
Location: Las Vegas, NV
Distribution: Mandriva Slackware FreeBSD
Posts: 1,468

Rep: Reputation: 48
Go here and D/L the updated Java Version:
http://www.java.com/en/download/linux_manual.jsp

After installation it should locate itself here:
/usr/java/jre1.5.0_02/bin/java

In KDE Control Center Under "Web Browsing" >> "Java & JavaScript"
at the bottom set the path to:
/usr/java/jre1.5.0_02/bin/java

This should allow LimeWire to locat the current Java version.

Good Luck

KC
 
Old 06-13-2005, 07:19 AM   #13
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
I am running what seems to be the latest version...?

Code:
root@slackbox:~# java -version
java version "1.5.0_01"
Any thoughts?
 
Old 06-13-2005, 04:03 PM   #14
CrEsPo
Member
 
Registered: Apr 2005
Location: Canada
Distribution: Slackware 12
Posts: 184

Rep: Reputation: 30
My thoughts:

The RPM was compiled for an RPM based distro. Since it's an RPM it has to comply to where ever the author directs it to. The java you have installed is probably in another directory.

'/usr/java'

If you don't have java installed in that directory the RPM won't work.

Just download and install the source.
 
Old 06-14-2005, 02:52 AM   #15
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
Originally posted by CrEsPo
My thoughts:

The RPM was compiled for an RPM based distro. Since it's an RPM it has to comply to where ever the author directs it to. The java you have installed is probably in another directory.

'/usr/java'

If you don't have java installed in that directory the RPM won't work.

Just download and install the source.
This is not correct. LimeWire, searches for java in your paths, so make sure you have them configured right for use with java. I am using the RPM (converted to tgz) and it works fine with jdk 1.5. Use the script below as a guide for setting up java in your path,
Code:
#!/bin/sh
export JAVA_HOME=/opt/java
export MANPATH="$MANPATH:/opt/java/man"
export PATH="$PATH:/opt/java/bin:/opt/java/jre/bin"
Adjust it so that it correspods to your java paths, then as normal user do "source /etc/profile", java will then be in your path and Limewire should recognise 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
P2P for linux? (anything but limewire) pharmd Linux - Software 8 05-25-2005 11:09 PM
Risk of Linux P2P vs. Windows P2P software snatale1 Linux - Software 2 12-04-2004 07:14 PM
please let me know a few good p2p clients other than limewire ur-unholyness Linux - General 1 10-17-2004 05:14 PM
LimeWire P2P and ipTables (Restrictive Firewall) win32sux Linux - Networking 1 10-09-2004 03:31 PM
Best P2P client other than Limewire... AMDPwred Linux - Software 1 10-01-2002 10:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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