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

Thread: How do install updated gtk-gnutella-0.96.6?

  1. #1
    Join Date
    Mar 2009
    Beans
    26

    How do install updated gtk-gnutella-0.96.6?

    How do install updated gtk-gnutella-0.96.6?
    I keep getting "E: Couldn't find package gtk-gnutella-0.96.6.tar.bz2"

    Thank You

  2. #2
    Join Date
    Oct 2007
    Location
    Europe
    Beans
    3,564
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: How do install updated gtk-gnutella-0.96.6?

    Quote Originally Posted by kevincolorado View Post
    How do install updated gtk-gnutella-0.96.6?
    I keep getting "E: Couldn't find package gtk-gnutella-0.96.6.tar.bz2"

    Thank You
    if that package contains gtk-gnutella source code then you have to compile, extract the tar.bz2 package (right click » extract here) read the readme file for install instructions or post the readme file here.
    you need to install build-essential package from apt-get/synaptic for compiling programs.

  3. #3
    Join Date
    Mar 2009
    Beans
    26

    Re: How do install updated gtk-gnutella-0.96.6?

    Everytime i install gtk-gnutella it installs 0.96.5 version and not 0.96.6.
    I have tried in uninstall 0.96.5. It just keeps coming back.

  4. #4
    Join Date
    Oct 2007
    Location
    Europe
    Beans
    3,564
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: How do install updated gtk-gnutella-0.96.6?

    Quote Originally Posted by kevincolorado View Post
    Everytime i install gtk-gnutella it installs 0.96.5 version and not 0.96.6.
    I have tried in uninstall 0.96.5. It just keeps coming back.
    0.96.5 version is the one you get from ubuntu repositories, to remove it use synaptic package manager, mark for complete removal and click the apply button.
    to install 0.96.6 you have to compile has theres no .deb package ready yet, extract the gtk-gnutella-0.96.6.tar.bz2 package, open terminal cd to the gtk-gnutella-0.96.6 folder and follow these instructions from the readme file
    To compile gtk-gnutella:

    ./build.sh
    make install
    you have to be running a root terminal to install or add sudo to those commads.

  5. #5
    Join Date
    Mar 2009
    Beans
    26

    Re: How do install updated gtk-gnutella-0.96.6?

    This is from my terminal:
    "kevin@kevin-desktop:~$ sudo ./build.sh
    [sudo] password for kevin:
    sudo: ./build.sh: command not found
    kevin@kevin-desktop:~$"

    I extracted my archive gtk-gnutella-0.96.6.tar.bz2 to the desktop.

  6. #6
    Join Date
    Aug 2006
    Location
    UK
    Beans
    441
    Distro
    Ubuntu

    Re: How do install updated gtk-gnutella-0.96.6?

    Do this first:

    Code:
    sudo apt-get build-essential
    Then do this:

    Code:
    sudo apt-get install libxml2-dev
    Then the usual:

    Code:
    sudo ./build.sh
    make install
    "My mind is aglow with whirling, transient nodes of thought careening through a cosmic vapor of invention." - Hedley Lamarr
    Lenovo T500 2243-4EG

  7. #7
    Join Date
    Mar 2009
    Beans
    26

    Re: How do install updated gtk-gnutella-0.96.6?

    This is what happened:
    "kevin@kevin-desktop:~$ sudo apt-get build-essential
    [sudo] password for kevin:
    E: Invalid operation build-essential
    kevin@kevin-desktop:~$ apt-get build-essential
    E: Invalid operation build-essential
    kevin@kevin-desktop:~$"

  8. #8
    Join Date
    Oct 2007
    Location
    Europe
    Beans
    3,564
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: How do install updated gtk-gnutella-0.96.6?

    Quote Originally Posted by kevincolorado View Post
    This is what happened:
    "kevin@kevin-desktop:~$ sudo apt-get build-essential
    [sudo] password for kevin:
    E: Invalid operation build-essential
    kevin@kevin-desktop:~$ apt-get build-essential
    E: Invalid operation build-essential
    kevin@kevin-desktop:~$"
    try sudo apt-get install build-essential

    and you must cd terminal to the extracted folder not desktop to run sudo ./build.sh

  9. #9
    Join Date
    Mar 2009
    Beans
    26

    Re: How do install updated gtk-gnutella-0.96.6?

    Thank you. This happened after I typed in, "make install"

    But I have error now because of permission denied:
    "/usr/bin/install: cannot create regular file `/usr/local/bin/gtk-gnutella': Permission denied
    make[2]: *** [local_install] Error 1
    make[2]: Leaving directory `/home/kevin/gtk-gnutella-0.96.6/src'
    make[1]: *** [subdirs] Error 1
    make[1]: Leaving directory `/home/kevin/gtk-gnutella-0.96.6'
    make: *** [sub_install] Error 2
    kevin@kevin-desktop:~/gtk-gnutella-0.96.6$ "

  10. #10
    Join Date
    Oct 2007
    Location
    Europe
    Beans
    3,564
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: How do install updated gtk-gnutella-0.96.6?

    Quote Originally Posted by kevincolorado View Post
    Thank you. This happened after I typed in, "make install"

    But I have error now because of permission denied:
    "/usr/bin/install: cannot create regular file `/usr/local/bin/gtk-gnutella': Permission denied
    make[2]: *** [local_install] Error 1
    make[2]: Leaving directory `/home/kevin/gtk-gnutella-0.96.6/src'
    make[1]: *** [subdirs] Error 1
    make[1]: Leaving directory `/home/kevin/gtk-gnutella-0.96.6'
    make: *** [sub_install] Error 2
    kevin@kevin-desktop:~/gtk-gnutella-0.96.6$ "
    did you use sudo make install?

Page 1 of 2 12 LastLast

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
  •