Upgrading Deluge if you install from Source
Register

We are the best invite forum on the internet! Here you will find free invites, free seedboxes, free bonuses, and much more. Our members know the true meaning of sharing and have created a truly global bittorent community! Our site has the most up to date information on all private trackers and our members will guide you and introduce you to this truly secretive and enlightened club. Ready to get started? Register now!


Results 1 to 5 of 5
  1. #1

    Join Date
    Apr 2009
    Location
    WI, USA
    Posts
    660
    Blogs
    4

    Default Upgrading Deluge if you install from Source

    Upgrading deluge is a breeze if you installed from source, it just involves recompiling deluge and installing it

    First we need to kill deluge
    Code:
    pkill deluged
    Next make a backup of the config files just in case
    Code:
    cp -rv /home/<name>/.config/deluge /home/<name>/.config/deluge.bak
    Need grab the latest .tar.gz version from here: Deluge Tarball
    Code:
    wget <url to tarball>
    Now we need to extract the files, replace x.x.x with the version number of deluge you are installing
    Code:
    tar zxfv deluge-x.x.x.tar.gz
    cd deluge-x.x.x
    Update any dependencies needed:
    Code:
    sudo apt-get install python python-twisted python-twisted-web2 python-openssl python-simplejson python-setuptools gettext intltool python-xdg python-chardet python-geoip python-libtorrent python-notify python-pygame python-gtk2 python-gtk2-dev librsvg2-dev xdg-utils python-mako
    Make sure we have a clean build environment:
    Code:
    python setup.py clean -a
    Build deluge:
    Code:
    python setup.py build
    And finally, install it (for Ubuntu):
    Code:
    sudo python setup.py install --install-layout=deb
    For others:
    Code:
    sudo python setup.py install
    After it installs, just start deluge back up:
    Code:
    deluged


    Last edited by TheLaughingMan; July 29th, 2012 at 05:28 PM.

    Need help with a seedbox? Jump on IRC and message me!
    Ubuntu 10.04 Seedbox Setup | Upgrading Deluge from Source


  2. To remove ads become VIP. Inquire about advertising here.
  3. #2

    Join Date
    Feb 2012
    Posts
    253

    Default

    Great tutorial ! :)

    Just a question, if I don't have sudo acces can I update Deluge (like on a seedbox) ?

    Thanks !

  4. #3

    Join Date
    Apr 2009
    Location
    WI, USA
    Posts
    660
    Blogs
    4

    Default

    No you need sudo access to update it, in that case you may have to talk to your provider

    Need help with a seedbox? Jump on IRC and message me!
    Ubuntu 10.04 Seedbox Setup | Upgrading Deluge from Source

  5. #4

    Join Date
    Dec 2011
    Posts
    144

    Default

    It should be mention the OS though, since different OS will be different command, even it's slightly small but not every person has "know how" on linux box.

  6. #5

    Join Date
    May 2010
    Location
    Kolkata,India
    Posts
    265

    Default

    Good guide TLM but I would like to point out that LSD on the newer builds don't work properly . So I prefer install 1.3.2 and then upgrading as the libtorrent is 14.x which gets the Local Seed in a matter of seconds :) .

Similar Threads

  1. Replies: 11
    Last Post: March 1st, 2012, 03:27 AM
  2. would you install a game that requires 60gb hdd ?
    By pratik9891 in forum General Discussion
    Replies: 218
    Last Post: May 25th, 2010, 04:47 PM
  3. If you were allowed to use only one tracker
    By snake in forum General Discussion
    Replies: 515
    Last Post: October 25th, 2009, 01:47 PM
  4. If you guys have your own website!
    By Dave in forum Announcements
    Replies: 6
    Last Post: August 20th, 2008, 02:45 AM

Tags for this Thread

Posting Permissions

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