How do i install Deluge (Xenial Xerus)

Asked by Cody Kamstra

I'm trying to run deluge so that I can download some movies.

I downloaded a Deluge package 1.3.15 from here:
http://download.deluge-torrent.org/source/?C=M;O=D

Then i followed the directions at this url:
https://dev.deluge-torrent.org/wiki/Installing/Source

     First I entered the shell command to get all of the ubuntu dependencies:
sudo apt-get install python python-twisted python-openssl python-setuptools intltool python-xdg python-chardet geoip-database python-libtorrent python-notify python-pygame python-glade2 librsvg2-common xdg-utils python-mako

     after it was done depackaging a lot, it gave me a message saying :
 ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf: No such file or directory

     I don't know what that means yet, but I continued following the instructions trying this command.
python setup.py build

     then i got this message:
python: can't open file 'setup.py': [Errno 2] No such file or directory

     Since I didn't even get to the point where I would have installed the Deluge package I downloaded, I was hoping someone would tell me there's an easier way to install Deluge. :)

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Best Manfred Hampl (m-hampl) said :
#1
Revision history for this message
Cody Kamstra (ozone-goggles) said :
#3

Thanks Manfred Hampl, that solved my question.