LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-04-2002, 04:43 PM   #1
NReker
LQ Newbie
 
Registered: Feb 2002
Location: Tennessee
Distribution: Mandrake 8.1 Power Pack
Posts: 2

Rep: Reputation: 0
NEW to Linux enviroment


I just switched to Linux Mandrake 8.1 from Windows XP Pro(Got a BSOD and said forget Microsoft) so I am completely new to Linux.
It took me 5 installs to get it going without errors, but that doesnt bother me.

My problem is I have no idea how to install a third party software ie. Limewire for Linux. I downloaded it from Download.com, but now I am stuck. I read the manuals that came with Mandrake and it was saying something about packaging, but I dont know how to do that. I am using the Power Pack version that I bought from Best Buy for $69.99. Can someone please help me out here and point me in the right direction, maybe an internet manual for linux newbies. Any help will be much appreciated.

Nicholas Reker
Home User - Linux Newbie
 
Old 02-04-2002, 07:31 PM   #2
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692

Rep: Reputation: 45
ok, lets avoid the command line for the moment, if you running the k desktop, which is the default for 'drake i believe, find the file you dl'ed and click on it. if it's in rpm format, kde should launch kpackage. just use the default settings and click install. if it complains about dependences, post back with the errors so that we can figure out what you need.
if it's a tarball (tar.gz), than archiver should launch, select extract from the menu and select a place to put it, then enter that directory and read the readme or install files for directions. it's usually ./configure,make,make install, at the root prompt, but read the files for exact info.

Last edited by rshaw; 02-04-2002 at 07:33 PM.
 
Old 02-04-2002, 09:07 PM   #3
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
for LimeWire to work you will need pure java installed on your machine, I suggest getting it from ftp://metalab.unc.edu/pub/linux/deve....3.1/i386/FCS/
and download j2sdk-1.3.1-FCS-linux-i386.tar.bz2
file, then use archiver to decompress the file, it will create the directory j2sdk1.3.1 in your current directory, now open up kpackage found in K->System I believe (or open the XTerm and work with command line, don't be afraid of it you'll have to learn how to use it anyway) and remove kaffe suite if it is installed on your system, for console method try this
[this is your prompt]$ /bin/su
[this is your prompt]$ Password: type pass for root, you remember it don't you?
[this is your prompt]$ rpm -e kaffe

Now when you're still in console

[this is your prompt]$ mv ~yourusername/dir/where/download/stored/j2sdk1.3.1 /usr

This will move the j2sdk1.3.1 directory with all its contents into /usr directory on you system
{this is your prompt]$ exit

Now you'll need to adjust the $PATH environment variable, using advanced editor found under K->Editors
open .bash_profile file which is hidden and is in your home directory
you'll see the statement which initializes PATH and looks like
PATH=$PATH:/home/user_name/bin
append :/usr/j2sdk1.3.1/bin
so it will look like
PATH=$PATH:/home/user_name/bin:/usr/j2sdk1.3.1/bin
save file close, and now back to console
[This is your prompt]$ source .bash_profile

Last edited by neo77777; 02-04-2002 at 09:08 PM.
 
Old 02-04-2002, 10:05 PM   #4
NReker
LQ Newbie
 
Registered: Feb 2002
Location: Tennessee
Distribution: Mandrake 8.1 Power Pack
Posts: 2

Original Poster
Rep: Reputation: 0
The file I downloaded is a .bin file. I am not sure if there is an rpm installed, I'm not a programmer so I was wondering if there was an easy way at first until I get a little more familiar with the structure.


Thanks for the help
Nicholas Reker
 
Old 02-04-2002, 10:12 PM   #5
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
First before you do anything with .bin file install java, because Lime Wire will not be installed without it, when java is installed open an XTerm
use cd command (change directory) and ls to locate the file
when you'll have found it just in console
run
sh LimeWire.bin (or whatever the name is for .bin file), and you should be able to install it.
 
Old 02-05-2002, 04:52 PM   #6
Ben Sytko
LQ Newbie
 
Registered: Jan 2002
Location: Grand Rapids, MI
Posts: 27

Rep: Reputation: 15
Is it possible to run Red Hat RPM's on Suse?
 
Old 02-05-2002, 05:08 PM   #7
therion12
Member
 
Registered: Dec 2001
Location: chicago, IL
Distribution: Gentoo 1.4_rc1
Posts: 913

Rep: Reputation: 30
Quote:
Originally posted by Ben Sytko
Is it possible to run Red Hat RPM's on Suse?
It should work but most likly will cause problems...
 
Old 02-05-2002, 05:28 PM   #8
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
i don't think i've ever known one program to cause as much grief as limewire. persoanlly i think it's annoying and slow, like all java apps. if you're using KDE try.... qtella-0.2.3-1mdk.i586.rpm on cd 3, and for GNOME, gtk-gnutella-0.12-5mdk.i586.rpm on cd 2. does very much the same thing, the same way, but easier...
 
Old 02-05-2002, 05:36 PM   #9
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by therion12


It should work but most likly will cause problems...
RPM's are RPM's.. there shouldn't be any problem in running them on SuSE.. unless they are specific to Redhat... like a Redhat kernel or something on the lines like that.
 
Old 02-20-2002, 12:37 AM   #10
isajera
Senior Member
 
Registered: Jun 2001
Posts: 1,635

Rep: Reputation: 45
there's a much more recent version of gtk-gnutella than 0.12 - i think it's almost at the 1.0 version - just search for it on either sourceforge or freshmeat.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Bash Enviroment JackDee Linux - Newbie 1 11-03-2005 01:33 AM
Java 3d enviroment for linux just_dan Fedora 1 05-09-2005 06:14 AM
Enviroment variables johnnydangerous Fedora 3 02-07-2005 05:45 AM
Looking for an IT company to support Linux in an office enviroment Mike Speizman Linux - General 1 09-30-2003 10:35 AM
I can not watch disk of install Linux on NT enviroment alvin_shih Linux - General 2 01-20-2003 10:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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