Re: Can't update Deluge from 1.3.15 to 2.0.3
Posted: Wed Dec 04, 2019 8:20 pm
I've updated to Ubuntu 18.04 and now the issues gone. I think 16.04 can't have the correct version of python3-libtorrent
Support Forum for the Deluge BitTorrent Client
https://forum.deluge-torrent.org/
Code: Select all
~$ sudo add-apt-repository ppa:deluge-team/stable
Deluge 2.0 Stable Builds
For more information, visit http://deluge-torrent.org
As the maintainer of this PPA, you can now support me on Patreon: https://www.patreon.com/deluge_cas
More info: https://launchpad.net/~deluge-team/+archive/ubuntu/stable
Press [ENTER] to continue or Ctrl-c to cancel adding it.
Hit:1 http://ppa.launchpad.net/deluge-team/ppa/ubuntu bionic InRelease
Hit:3 http://ports.ubuntu.com bionic InRelease
Ign:4 http://ppa.launchpad.net/deluge-team/stable/ubuntu focal InRelease
Hit:5 http://ports.ubuntu.com bionic-security InRelease
Get:6 http://ports.ubuntu.com bionic-updates InRelease [88.7 kB]
Err:7 http://ppa.launchpad.net/deluge-team/stable/ubuntu focal Release
404 Not Found [IP: 91.189.95.83 80]
Hit:8 http://ports.ubuntu.com bionic-backports InRelease
Hit:2 https://apt.armbian.com bionic InRelease
Get:9 http://ports.ubuntu.com bionic-updates/universe Sources [364 kB]
Get:10 http://ports.ubuntu.com bionic-updates/main Sources [394 kB]
Get:11 http://ports.ubuntu.com bionic-updates/main armhf Packages [760 kB]
Get:12 http://ports.ubuntu.com bionic-updates/main arm64 Packages [808 kB]
Get:13 http://ports.ubuntu.com bionic-updates/universe arm64 Packages [1,204 kB]
Get:14 http://ports.ubuntu.com bionic-updates/universe armhf Packages [1,129 kB]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/deluge-team/stable/ubuntu focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Code: Select all
~$ sudo apt install deluge
Reading package lists... Done
Building dependency tree
Reading state information... Done
deluge is already the newest version (1.3.15-2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
~$ deluge --version
deluge: 1.3.15
libtorrent: 1.1.5.0
muadiv wrote:Same issue here... also one of the repository is not working correctly .
And when I to upgrade Deluge says that this is the last version, and nothing happens.Code: Select all
~$ sudo add-apt-repository ppa:deluge-team/stable Deluge 2.0 Stable Builds For more information, visit http://deluge-torrent.org As the maintainer of this PPA, you can now support me on Patreon: https://www.patreon.com/deluge_cas More info: https://launchpad.net/~deluge-team/+archive/ubuntu/stable Press [ENTER] to continue or Ctrl-c to cancel adding it. Hit:1 http://ppa.launchpad.net/deluge-team/ppa/ubuntu bionic InRelease Hit:3 http://ports.ubuntu.com bionic InRelease Ign:4 http://ppa.launchpad.net/deluge-team/stable/ubuntu focal InRelease Hit:5 http://ports.ubuntu.com bionic-security InRelease Get:6 http://ports.ubuntu.com bionic-updates InRelease [88.7 kB] Err:7 http://ppa.launchpad.net/deluge-team/stable/ubuntu focal Release 404 Not Found [IP: 91.189.95.83 80] Hit:8 http://ports.ubuntu.com bionic-backports InRelease Hit:2 https://apt.armbian.com bionic InRelease Get:9 http://ports.ubuntu.com bionic-updates/universe Sources [364 kB] Get:10 http://ports.ubuntu.com bionic-updates/main Sources [394 kB] Get:11 http://ports.ubuntu.com bionic-updates/main armhf Packages [760 kB] Get:12 http://ports.ubuntu.com bionic-updates/main arm64 Packages [808 kB] Get:13 http://ports.ubuntu.com bionic-updates/universe arm64 Packages [1,204 kB] Get:14 http://ports.ubuntu.com bionic-updates/universe armhf Packages [1,129 kB] Reading package lists... Done E: The repository 'http://ppa.launchpad.net/deluge-team/stable/ubuntu focal Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.
Code: Select all
~$ sudo apt install deluge Reading package lists... Done Building dependency tree Reading state information... Done deluge is already the newest version (1.3.15-2). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ~$ deluge --version deluge: 1.3.15 libtorrent: 1.1.5.0
I'm Using Ubuntu 18.04.4
gderf wrote:What does this command say?
sudo apt-cache policy deluge
Code: Select all
~$ sudo apt-cache policy deluge
deluge:
Installed: 1.3.15-2
Candidate: 1.3.15-2
Version table:
*** 1.3.15-2 500
500 http://ports.ubuntu.com bionic/universe arm64 Packages
500 http://ports.ubuntu.com bionic/universe armhf Packages
100 /var/lib/dpkg/status
1.3.15-1~zesty~ppa2 500
500 http://ppa.launchpad.net/deluge-team/ppa/ubuntu bionic/main arm64 Packages
500 http://ppa.launchpad.net/deluge-team/ppa/ubuntu bionic/main armhf Packages
Code: Select all
$ cat /etc/apt/sources.list
deb http://ports.ubuntu.com/ bionic main restricted universe multiverse
deb-src http://ports.ubuntu.com/ bionic main restricted universe multiverse
deb http://ports.ubuntu.com/ bionic-security main restricted universe multiverse
deb-src http://ports.ubuntu.com/ bionic-security main restricted universe multiverse
deb http://ports.ubuntu.com/ bionic-updates main restricted universe multiverse
deb-src http://ports.ubuntu.com/ bionic-updates main restricted universe multiverse
deb http://ports.ubuntu.com/ bionic-backports main restricted universe multiverse
deb-src http://ports.ubuntu.com/ bionic-backports main restricted universe multiverse
# deb ftp://ftp.vuurmuur.org/ubuntu/ bionic main
gerootech wrote:What i figured out was, all the sources didn't get updated from Xenial to Bionic
So i had to replace the word Xenial by Bionic in the source file.
the file source.list located in /etc/apt
Also if you have any other sources in source.list.d folder you might need to check them as well.
muadiv wrote:Same issue here... also one of the repository is not working correctly .
And when I to upgrade Deluge says that this is the last version, and nothing happens.Code: Select all
~$ sudo add-apt-repository ppa:deluge-team/stable Deluge 2.0 Stable Builds For more information, visit http://deluge-torrent.org As the maintainer of this PPA, you can now support me on Patreon: https://www.patreon.com/deluge_cas More info: https://launchpad.net/~deluge-team/+archive/ubuntu/stable Press [ENTER] to continue or Ctrl-c to cancel adding it. Hit:1 http://ppa.launchpad.net/deluge-team/ppa/ubuntu bionic InRelease Hit:3 http://ports.ubuntu.com bionic InRelease Ign:4 http://ppa.launchpad.net/deluge-team/stable/ubuntu focal InRelease Hit:5 http://ports.ubuntu.com bionic-security InRelease Get:6 http://ports.ubuntu.com bionic-updates InRelease [88.7 kB] Err:7 http://ppa.launchpad.net/deluge-team/stable/ubuntu focal Release 404 Not Found [IP: 91.189.95.83 80] Hit:8 http://ports.ubuntu.com bionic-backports InRelease Hit:2 https://apt.armbian.com bionic InRelease Get:9 http://ports.ubuntu.com bionic-updates/universe Sources [364 kB] Get:10 http://ports.ubuntu.com bionic-updates/main Sources [394 kB] Get:11 http://ports.ubuntu.com bionic-updates/main armhf Packages [760 kB] Get:12 http://ports.ubuntu.com bionic-updates/main arm64 Packages [808 kB] Get:13 http://ports.ubuntu.com bionic-updates/universe arm64 Packages [1,204 kB] Get:14 http://ports.ubuntu.com bionic-updates/universe armhf Packages [1,129 kB] Reading package lists... Done E: The repository 'http://ppa.launchpad.net/deluge-team/stable/ubuntu focal Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.
Code: Select all
~$ sudo apt install deluge Reading package lists... Done Building dependency tree Reading state information... Done deluge is already the newest version (1.3.15-2). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ~$ deluge --version deluge: 1.3.15 libtorrent: 1.1.5.0
I'm Using Ubuntu 18.04.4
I just upgraded to Deluge 2 on Debian 10, so the following should also work on Ubuntu.muadiv wrote:gderf wrote:What does this command say?
...
[/code]
Code: Select all
apt-get update
apt-get upgrade
apt-get remove deluge
apt-add-repository http://ppa.launchpad.net/deluge-team/ppa/ubuntu/ --remove
apt-get update
Code: Select all
add-apt-repository ppa:deluge-team/stable --remove
Code: Select all
apt-add-repository http://ppa.launchpad.net/deluge-team/stable/ubuntu/
apt-get update
apt-get install deluge
Code: Select all
apt autoremove
apt clean
Code: Select all
root@deb-vm:/etc/apt# apt-cache policy deluge
deluge:
Installed: 2.0.3-2~201906121747~ubuntu16.04.1
Candidate: 2.0.3-2~201906121747~ubuntu16.04.1
Version table:
*** 2.0.3-2~201906121747~ubuntu16.04.1 500
500 http://ppa.launchpad.net/deluge-team/stable/ubuntu xenial/main amd64 Packages
500 http://ppa.launchpad.net/deluge-team/stable/ubuntu xenial/main i386 Packages
100 /var/lib/dpkg/status
1.3.15-2 500
500 http://deb.debian.org/debian buster/main amd64 Packages
500 http://deb.debian.org/debian buster/main i386 Packages
Code: Select all
root@deb-vm:/etc/apt/sources.list.d# apt-cache policy libtorrent-rasterbar9
libtorrent-rasterbar9:
Installed: 1.1.11-2
Candidate: 1.1.11-2
Version table:
*** 1.1.11-2 500
500 http://deb.debian.org/debian buster/main amd64 Packages
100 /var/lib/dpkg/status