Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: How do I install this gnutella update?

  1. #1
    Join Date
    Jul 2008
    Beans
    6

    How do I install this gnutella update?

    I just installed Gnutella as my p2p client, but every time I run it it tells me that there is a newer version I need to update to. I followed the link I was given and downloaded the 'update.' Unfortunately I don't know what the next step is.

    ...and just so you understand where I am coming from:

    I just completely switched over to Ubuntu because Windows no longer runs on my laptop... long story ... so basically I know nothing about Ubuntu. That being said, if you do post an answer please be as detailed as you can. I am not computer illiterate, just Ubuntu illiterate

    Thank you!

  2. #2
    Join Date
    Mar 2007
    Location
    /US/EC/DC
    Beans
    Hidden!

    Re: How do I install this gnutella update?

    To update Gnutella (as well as everything else that needs updating), copy/paste this into a terminal:

    Code:
    sudo aptitude update && sudo aptitude safe-upgrade
    Generally, you'll want to answer yes to what it asks you.

    What's a terminal and where do you get it you ask? Simple. A terminal, aka a console, let's you enter text commands that work the same (or better) than commands issued in a GUI. You can get a terminal by going to Applications >> Accessories >> Terminal.

    If you're more comfortable in a GUI setting, you can open up Synaptic and search for gnutella, (synaptic has it as gtk-gnutella) right click and select "Mark for Upgrade". If Synaptic doesn't show gnutella as installed, simply click on the box, then click apply.
    Last edited by SkonesMickLoud; July 30th, 2008 at 07:22 AM.

  3. #3
    Join Date
    Jul 2008
    Beans
    6

    Re: How do I install this gnutella update?

    Ok, I pasted that in the terminal and let it finish and then closed the terminal and tried again to start gtk-gnutella, but the same "Ancient Version Detected" message popped up.

    Like I said before, when I run the program the message pops up and displays a link to http://gtk-gnutella.sourceforge.net/ I followed the link and downloaded the bz2 file like it instructed me to. I then extracted it to a new folder, but I don't know what to do with it now :-/

  4. #4
    Join Date
    Mar 2007
    Location
    /US/EC/DC
    Beans
    Hidden!

    Re: How do I install this gnutella update?

    Did you try upgrading through Synaptic?

  5. #5
    Join Date
    Jul 2008
    Beans
    6

    Re: How do I install this gnutella update?

    Yes, it says that version '0.96.4 stable' is the newest version available for download, but the program continues to display the update message.

    Is there a command that will allow me to run a file that is in a folder on my computer from a terminal? I am asking because there is an 'install.sh' file in the folder that was downloaded as the 'update.'

  6. #6
    Join Date
    Mar 2007
    Location
    /US/EC/DC
    Beans
    Hidden!

    Re: How do I install this gnutella update?

    Quote Originally Posted by Isakmo View Post
    I am asking because there is an 'install.sh' file in the folder that was downloaded as the 'update.'
    In a terminal, navigate to the folder that holds the install.sh file and enter:

    Code:
    sh install.sh

  7. #7
    Join Date
    Jul 2008
    Beans
    6

    Re: How do I install this gnutella update?

    How do I navigate to the folder in a terminal?

  8. #8
    Join Date
    Mar 2007
    Location
    /US/EC/DC
    Beans
    Hidden!

    Re: How do I install this gnutella update?

    Use "cd". For instance:

    Code:
    cd /home/username/install

  9. #9
    Join Date
    Jun 2008
    Beans
    289

    Re: How do I install this gnutella update?

    You have to wait for Ubuntu 8.10. New versions of software come with new releases.

    There are several other p2p software available. You could try them (transmission, azureus, amule, limewire, etc)

    mikko
    Last edited by mikjp; August 9th, 2008 at 08:54 PM.

  10. #10
    Join Date
    Jul 2008
    Beans
    6

    Re: How do I install this gnutella update?

    It's not working.

    It won't go past the /home directory.

    All I am getting are "bash" notices.

    Once I navigate to the /home directory how do actually navigate to my folders?

    I tried just putting the files in the /home folder but it gives me an error message saying that I'm not the owner and that I do not have permission to do so :-/

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •