I have deluged 1.3.15 running on Raspberry Pi. However, I'm running eoan and it comes with Deluge 2.0.3. Version 2 client isn't backward compatible with version 1 server, so I need to install Deluge 1.3.15.
From what I can tell, it isn't in the repo, and I can't for the life of me figure out how to get it installed otherwise. I tried downloading old disco binaries but there is a myriad of unmet dependencies which I'm not sure how to satisfy.
How can I get Deluge 1.3.15 running so I can connect to deluged?
Original method for Ubuntu 19.10
You can simply install packages from disco on your eoan system with
and then lock their versions with single long command:
and enjoy:
Updated method for Ubuntu 20.04 LTS
You can simply install packages from bionic on your focal system with
and then lock their versions with single long command:
and enjoy:
Thanks N0rbert! I have follow your instructions with a slight modification, all I installed was:
Then locked the update up with:
Followed by:
The above answers are good they deserve the credit I would have updated them with my info here but maybe that is incorrect, I do not want to break their good work.
My use case is a deluged service running with a deluge-gtk watching that service. I was getting high ram usage due to the ubuntu upgrade 20.4, and the impending upgrade of deluge to 2.0.3+
Also I upgraded libtorrent, that was a nightmare which completely broke everything. So this 1.3.15 works better for me on Ubuntu 20.4 It also required a lot of removing of lots of applications, but be warned I removed too much and it caused masses of issues.
I was lost due to the various solutions out there on web, that cause all kinds of problems.
If it wasn't for the above answers, I would still be lost.
I followed the above instructions but added deluged / deluge-web / deluge-console
changes to this command