Quote:
|
Originally Posted by catastrophee NM i figured it out  just a noob to linux....
I need help with unzipping the limewire file i got.... i see it there but dont know what to do... |
I'm guessing you have a tar file?
It would be something like,
tar -xzvf limewire*.gz
then probably
./configure
make
make install
But I've never had to do that yet -
did you try to apt-get limewire first?