I have number of Deluge packages on my Raspberry Pi 3:
Code: Select all
pi@raspbaruch:~ $ dpkg-query -l 'deluge*'
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-======================-================-================-=================================================
ii deluge 1.3.10-3+deb8u1 all bittorrent client written in Python/PyGTK
ii deluge-common 1.3.10-3+deb8u1 all bittorrent client written in Python/PyGTK (common
un deluge-core <none> <none> (no description available)
ii deluge-gtk 1.3.10-3+deb8u1 all bittorrent client written in Python/PyGTK (GTK+ u
ii deluge-torrent 1.3.10-3+deb8u1 all bittorrent client (gtk ui transitional package)
un deluge-torrent-common <none> <none> (no description available)
ii deluge-web 1.3.10-3+deb8u1 all bittorrent client written in Python/PyGTK (web ui
un deluge-webui <none> <none> (no description available)
Last Deluge release is 1.3.15 and it is available for Debian, which as far as I understand is a same format as for Raspbian.
The question: is possible to install on Raspberry Pi Deluge package of the last release version?