LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Linux have a napster clone? (https://www.linuxquestions.org/questions/linux-general-1/linux-have-a-napster-clone-13233/)

Chijtska 01-31-2002 07:24 PM

Linux have a napster clone?
 
Does Linux have a napster clone or something like gnucleus for file sharing?

zhenwu 01-31-2002 07:47 PM

gnapster

do a google search for it.

Chijtska 01-31-2002 07:51 PM

Gnapster?
 
OK... thanks...

did i get that right?

Chijtska 01-31-2002 07:57 PM

Gnapster found...
 
I found gnapster at this site...http://www.faradic.net/~jasta/gnapster.html

i downloaded a file : gnapster-1.5.0.tar.gz

how in the world do i install it?

thanks...

dj_relentless 01-31-2002 08:06 PM

*me being a smart a** *

gzip -dc gnapster-1.5.0.tar.gz | tar -x &&
cd gnapster-1.5.0 &&
./configure --prefix=/usr/whateverdiryouwant &&
make &&
make install

ummmm...yea..

zhenwu 01-31-2002 08:54 PM

read all the documentation on the website you found that tarball. there will (or bloody well should be) instructions on how to compile it.

Chijtska 01-31-2002 09:29 PM

thanks dj....
 
got it to work... thanks dj

also read the install instructions and those were a bit different...

if one of yu could explain each line for me id appreciate it...

gzip -dc gnapster-1.5.0.tar.gz | tar -x &&
im assuming this is a sort of file extractor...

cd gnapster-1.5.0 &&
this changes dir's right?

./configure --prefix=/usr/whateverdiryouwant &&
??? have no idea what this does

make &&
make install
nor this... lol

any help understanding would be appreciated

neo77777 01-31-2002 09:55 PM

the configure script which you run by typing
./configure
is trying to guess what compiler the program will use on your system and what libraries are available, etc. it is sort of pre-install
then you run make
what it does is building rules for compilation and in most cases compiles various sources you downloaded in the archive, and finally make install
installs the compiled source on your system. Read manual pages on make for further details

rain_maker 03-04-2002 03:10 PM

I just installed the gnapster and do a search on the servers and can't seem to get connected to any servers. Is there something else that needs to be done?

pperon 03-04-2002 03:52 PM

FYI: There's also lopster.

Scotty2435 03-04-2002 04:58 PM

i would get limewire. It is difficult to install though and requires that you have the Java Runtime Environment. Search for posts on it if you need help. THere is a lot available here about it.

lacrimae 03-04-2002 05:21 PM

I thing the one you have has a server file you have to configure.
It has some default one that don't work, otr are dummies or something. Searching this site with a couple keywords will get you everywhere with these fine tuning issues. Like th jave /limewire thing. Cant say enough about how much that has helped me.

el_felipe 03-05-2002 04:36 PM

anyways... try AGSatellite instead, the's a *lot* of mp3's...
you find it at: www.audiogalaxy.com


All times are GMT -5. The time now is 12:58 AM.