Thread: absolute newbie
View Single Post
  #4 (permalink)  
Old April 3rd, 2016
h4x5h17 h4x5h17 is offline
Valued Member
 
Join Date: November 20th, 2015
Posts: 50
h4x5h17 is a great assister to others; your light through the dark tunnel
Default

The version of Gtk-gnutella in the Ubuntu-Trusty repo is 1.0.1-1. That version might be able to work on the network still. I would suggest updating to a newer version of Ubuntu (like maybe Ubuntu-Wily). Ubuntu-Xenial has Gtk-gnutella 1.8.1-1, which is pretty new.

If you want to stay with Ubuntu-trusty you might have to brave and learn how to compile Gtk-gnutella yourself.

Code:
https://sourceforge.net/projects/gtk-gnutella/files/gtk-gnutella/1.1.9/gtk-gnutella-1.1.9.tar.bz2/download
Or you could try downloading and installing it from sourceforge:
Code:
https://sourceforge.net/projects/gtk-gnutella/files/gtk-gnutella/1.1.9/gtk-gnutella_1.1.9-1_amd64.deb/download
You'll have to do something like
Code:
sudo dpkg -i gtk-gnutella_1.1.9-1_amd64.deb
and hope you have all the dependencies needed (I don't recommended this). If this is the version you installed, and it didn't work, you may need to use a new release of Ubuntu to get it working anyway.

If nothing works and you still wanna stay with Ubuntu-Trusty, but don't want to compile Gtk-Gnutella for youself, you can download the Windows installer for Gtk-gnutella and run it through Wine. You'll have to install Wine, but I think Gtk-gnutella works pretty good with it. Wine can be installed via any Ubuntu package manager.

Code:
https://sourceforge.net/projects/gtk-gnutella/files/gtk-gnutella/1.1.9/gtk-gnutella-1.1.9.exe/download
Code:
http://packages.ubuntu.com/trusty/wine1.6
If you hate using Wine you can try and see if a newer (working) version of Gtk-gnutella is available in the Ubuntu Backports for Trusty.

Code:
https://help.ubuntu.com/community/UbuntuBackports

Last edited by h4x5h17; April 3rd, 2016 at 01:43 PM.
Reply With Quote